Release 2.0.1.2 #65
Annotations
12 warnings
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
Source/Meadow.Clima/MainController.cs#L17
Non-nullable field 'notificationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L18
Non-nullable field 'sensorController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L19
Non-nullable field 'powerController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L20
Non-nullable field 'locationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L22
Non-nullable field 'cloudController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L27
Non-nullable field 'sleepSimulationTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L17
Non-nullable field 'notificationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L18
Non-nullable field 'sensorController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L19
Non-nullable field 'powerController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/Meadow.Clima/MainController.cs#L20
Non-nullable field 'locationController' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|