This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Update dependency Microsoft.Graph to v5 #2777
Annotations
5 errors and 10 warnings
Build, Test and Analyze:
Dfe.PrepareTransfers.Web/Services/AzureAd/GraphUserService.cs#L21
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Web/Services/Interfaces/IGraphUserService.cs#L9
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Web/Services/AzureAd/GraphUserService.cs#L21
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Web/Services/Interfaces/IGraphUserService.cs#L9
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
Build, Test and Analyze
Process completed with exit code 1.
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L12
Define a constant instead of using this literal 'dd/MM/yyyy' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/PercentageHelper.cs#L14
Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L58
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L57
Review this call, which partially matches an overload without 'params'. The partial match is 'string[] string.Split(char separator, int count, StringSplitOptions options = StringSplitOptions.None)'. (https://rules.sonarsource.com/csharp/RSPEC-3220)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L64
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L69
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L121
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/DatesHelper.cs#L153
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.Helpers/EnumHelpers.cs#L102
Change this condition so that it does not always evaluate to 'True'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Build, Test and Analyze:
Dfe.PrepareTransfers.DocumentGeneration/Builders/TableBuilder.cs#L65
Define a constant instead of using this literal '000000' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
Loading