Feature/protocol ratings #148
Open
Annotations
10 warnings
|
Build:
Backend/SorobanSecurityPortalApi/Common/Extensions/Extensions.cs#L94
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
|
Build:
Backend/SorobanSecurityPortalApi.Tests/Services/AgentServices/VulnerabilityExtractionServiceTests.cs#L518
Possible null reference assignment.
|
|
Build:
Backend/SorobanSecurityPortalApi.Tests/Services/AgentServices/VulnerabilityExtractionServiceTests.cs#L62
Argument of type 'ISetup<IReportProcessor, Task<ReportModel>>' cannot be used for parameter 'mock' of type 'IReturns<IReportProcessor, Task<ReportModel?>>' in 'IReturnsResult<IReportProcessor> ReturnsExtensions.ReturnsAsync<IReportProcessor, ReportModel?>(IReturns<IReportProcessor, Task<ReportModel?>> mock, ReportModel? value)' due to differences in the nullability of reference types.
|
|
Build:
Backend/SorobanSecurityPortalApi.Tests/Services/AgentServices/VulnerabilityExtractionServiceTests.cs#L45
Argument of type 'ISetup<IReportProcessor, Task<ReportModel>>' cannot be used for parameter 'mock' of type 'IReturns<IReportProcessor, Task<ReportModel?>>' in 'IReturnsResult<IReportProcessor> ReturnsExtensions.ReturnsAsync<IReportProcessor, ReportModel?>(IReturns<IReportProcessor, Task<ReportModel?>> mock, ReportModel? value)' due to differences in the nullability of reference types.
|
|
Build:
Backend/SorobanSecurityPortalApi/Services/ControllersServices/ReportService.cs#L86
This call site is reachable on all platforms. 'Conversion.ToImage(byte[], Index, string?, RenderOptions)' is only supported on: 'Android' 31.0 and later, 'iOS' 13.6 and later, 'Linux', 'maccatalyst' 13.5 and later, 'macOS/OSX', 'Windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build:
Backend/SorobanSecurityPortalApi/Models/DbModels/ForumPostModel.cs#L33
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/SorobanSecurityPortalApi/Models/DbModels/ForumPostModel.cs#L30
Non-nullable property 'Thread' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/SorobanSecurityPortalApi/Models/DbModels/ForumThreadModel.cs#L39
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/SorobanSecurityPortalApi/Models/DbModels/ForumThreadModel.cs#L36
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Backend/SorobanSecurityPortalApi/Common/Extensions/Extensions.cs#L94
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Loading