fix(suspicious): recreate parcel related views to v2 tables #515
Annotations
10 warnings
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Program.cs#L29
'Program.Program()': new protected member declared in sealed type
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Program.cs#L94
Possible null reference argument for parameter 'topicArn' in 'NotificationService.NotificationService(IAmazonSimpleNotificationService amazonSimpleNotificationService, string topicArn)'.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/S3Options.cs#L5
Non-nullable property 'ServiceUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/S3Options.cs#L6
Non-nullable property 'AccessKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/S3Options.cs#L7
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/FullDownloadOptions.cs#L5
Non-nullable property 'UploadBucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/FullDownloadOptions.cs#L6
Non-nullable property 'FileNameFormat' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/FullDownloadOptions.cs#L8
Non-nullable property 'FtpFolder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/FtpOptions.cs#L5
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Basisregisters.IntegrationDb.Bosa/Infrastructure/Options/FtpOptions.cs#L7
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|