Bump the service group with 3 updates #1233
Closed
Annotations
19 warnings
|
|
|
src/FeatureFlags.FunctionalTests/WebsiteSmokeTest.cs#L15
Property 'TestContext' should be valid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0005)
|
|
src/FeatureFlags.FunctionalTests/ServiceSmokeTest.cs#L15
Property 'TestContext' should be valid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0005)
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/FeatureFlags.FunctionalTests/WebsiteSmokeTest.cs#L15
Property 'TestContext' should be valid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0005)
|
|
src/FeatureFlags.FunctionalTests/ServiceSmokeTest.cs#L15
Property 'TestContext' should be valid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0005)
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/FeatureFlags.Web/Controllers/HomeController.cs#L61
Possible null reference assignment.
|
|
src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L60
Possible null reference return.
|
|
src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L58
Converting null literal or possible null value to non-nullable type.
|
|
src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L36
Possible null reference return.
|
|
src/FeatureFlags.Web/Controllers/HomeController.cs#L27
Possible null reference argument for parameter 'item2' in 'Tuple<List<FeatureFlag>, string>.Tuple(List<FeatureFlag> item1, string item2)'.
|
|
src/FeatureFlags.Web/Controllers/HomeController.cs#L25
Converting null literal or possible null value to non-nullable type.
|
|
src/FeatureFlags.Web/Controllers/ServiceAPIClient.cs#L23
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/FeatureFlags.Models/FeatureFlag.cs#L16
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
The logs for this run have expired and are no longer available.
Loading