cleanup #18
Annotations
10 warnings
TownSuite.MultiTenant/ConnectionStrings.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/ConnectionStrings.cs#L11
Non-nullable field '_connStr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
TownSuite.MultiTenant/Settings.cs#L5
Non-nullable property 'UniqueIdDbPattern' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/Settings.cs#L6
Non-nullable property 'DecryptionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/Settings.cs#L7
Non-nullable property 'ConfigReaderUrls' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/TsWebClient.cs#L153
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/TsWebClient.cs#L155
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/ConnectionStrings.cs#L54
Possible null reference argument for parameter 'cipherString' in 'string ConnectionStrings.Decrypt(string cipherString)'.
|
TownSuite.MultiTenant/ConnectionStrings.cs#L67
Possible null reference argument for parameter 'cipherString' in 'string ConnectionStrings.Decrypt(string cipherString)'.
|
TownSuite.MultiTenant/TsWebClient.cs#L142
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading