fix(bosa): add homonym addition #514
Annotations
10 warnings
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCaseCount.cs#L13
Non-nullable property 'NisCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'PersistentLocalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'NisCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/SuspiciousCase.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Infrastructure/SuspiciousCasesModule.cs#L22
Possible null reference argument for parameter 'connectionString' in 'void SuspiciousCasesModule.RunOnNpgSqlServer(IServiceCollection services, string connectionString)'.
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/SuspiciousCasesContext.cs#L128
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/StreetNameLongerThanTwoYearsProposed.cs#L37
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Functions/GetFullAddress.cs#L5
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/Internal/ActiveAddressButInActiveStreetName.cs#L5
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build:
src/Basisregisters.IntegrationDb.SuspiciousCases/Views/Internal/ActiveBuildingUnitOutsideBuilding.cs#L5
Add a 'private' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|