Skip to content

Update dependency FluentAssertions to 6.12.2 #66

Update dependency FluentAssertions to 6.12.2

Update dependency FluentAssertions to 6.12.2 #66

Triggered via pull request February 3, 2025 16:00
Status Success
Total duration 2m 45s
Artifacts

dotnet-build.yml

on: pull_request
Build .NET, Test and Analyse
2m 34s
Build .NET, Test and Analyse
Fit to window
Zoom out
Zoom in

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.UserContext/UserInfo.cs#L8
Non-nullable property 'Name' 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.UserContext/UserInfo.cs#L9
Non-nullable property 'Roles' 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.UserContext/ClientUserInfoService.cs#L14
Non-nullable property 'UserInfo' 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.UserContext/ClientUserInfoService.cs#L24
All 'SetPrincipal' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
Build .NET, Test and Analyse: src/Frontend/Dfe.Complete.UserContext/ClientUserInfoService.cs#L47
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.UserContext/ClientUserInfoService.cs#L63
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)