TownSuite.MultiTenant.Console add single exe builds to gh #20
Annotations
20 warnings
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/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/TsWebClient.cs#L142
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/TsWebClient.cs#L145
Non-nullable property 'Connections' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/TsWebClient.cs#L148
Non-nullable property 'AppSettings' 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/ConfigReader.cs#L96
Dereference of a possibly null reference.
|
TownSuite.MultiTenant/ConfigReader.cs#L111
Converting null literal or possible null value to non-nullable type.
|
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/ConfigReader.cs#L13
Non-nullable field '_connections' must contain a non-null value when exiting constructor. Consider declaring the field 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#L170
Possible null reference assignment.
|
TownSuite.MultiTenant/TsWebClient.cs#L166
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TownSuite.MultiTenant/ConnectionStrings.cs#L87
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading