Feature/188470 create form a mat transfer #55
dotnet-build.yml
on: pull_request
Build .NET, Test and Analyse
2m 30s
Annotations
10 warnings
Build .NET, Test and Analyse:
src/Core/Dfe.Complete.Utils/EnumExtensions.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Build .NET, Test and Analyse:
src/Core/Dfe.Complete.Utils/EnumExtensions.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build .NET, Test and Analyse:
src/Core/Dfe.Complete.Utils/EnumExtensions.cs#L15
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/CorrelationContext.cs#L5
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/CorrelationIdMiddleware.cs#L22
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/LoggerExtensions.cs#L8
Move 'filePath' to the end of the parameter list. (https://rules.sonarsource.com/csharp/RSPEC-3343)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/LoggerExtensions.cs#L8
Move 'memberName' to the end of the parameter list. (https://rules.sonarsource.com/csharp/RSPEC-3343)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/CorrelationContext.cs#L10
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/LoggerExtensions.cs#L10
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Build .NET, Test and Analyse:
src/Frontend/Dfe.Complete.Logging/LoggerExtensions.cs#L18
Move 'filePath' to the end of the parameter list. (https://rules.sonarsource.com/csharp/RSPEC-3343)
|