Feature Flags CI/CD #10127
Annotations
10 warnings
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.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.Service/Program.cs#L10
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
src/FeatureFlags.Service/Startup.cs#L31
Make 'Configure' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
src/FeatureFlags.Service/Program.cs#L39
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/FeatureFlags.Service/Controllers/FeatureFlagsController.cs#L59
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/FeatureFlags.Service/DataAccess/FeatureFlagsStorageTable.cs#L25
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/FeatureFlags.Service/DataAccess/FeatureFlagsStorageTable.cs#L41
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
src/FeatureFlags.Service/DataAccess/FeatureFlagsStorageTable.cs#L95
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
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.
|
This job succeeded
Loading