feat: change how the project is organized and release an alpha version #12
Annotations
10 warnings
validate:
src/AspNetCore.RestFramework.Core/Filters/Filter.cs#L6
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseController.cs#L19
Reduce the number of generic parameters in the 'BaseController' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseErrorResponse.cs#L5
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
validate:
src/AspNetCore.RestFramework.Core/Helpers/PartialJsonObject.cs#L195
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseMessages.cs#L5
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseMessages.cs#L6
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseMessages.cs#L6
Change the visibility of 'ERROR_GET_FIELDS' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
validate:
src/AspNetCore.RestFramework.Core/Base/BaseMessages.cs#L5
Change the visibility of 'ERROR_MESSAGE' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
validate:
src/AspNetCore.RestFramework.Core/Serializer/Serializer.cs#L12
Reduce the number of generic parameters in the 'Serializer' class to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
validate:
src/AspNetCore.RestFramework.Core/Serializer/Serializer.cs#L27
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|