Skip to content

Fix license on nuget #213

Fix license on nuget

Fix license on nuget #213

Triggered via pull request May 15, 2024 02:54
Status Success
Total duration 1m 1s
Artifacts

sonar-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Analyze: src/NVika/Exceptions/LoadingReportException.cs#L6
Add the following constructor to LoadingReportException: public LoadingReportException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Analyze: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Analyze: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Analyze: src/NVika/Exceptions/NVikaException.cs#L6
Add the following constructor to NVikaException: public NVikaException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Analyze: src/NVika/Exceptions/NVikaException.cs#L6
Exceptions should be public (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1064)
Analyze: src/NVika/Exceptions/NVikaException.cs#L6
Make this exception 'public'. (https://rules.sonarsource.com/csharp/RSPEC-3871)
Analyze: src/NVika/BuildServers/AppVeyor.cs#L69
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
Analyze: src/NVika/BuildServers/AppVeyor.cs#L70
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
Analyze: src/NVika/BuildServers/AppVeyor.cs#L71
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)