Linux #2159
Annotations
1 error and 40 warnings
Test
Process completed with exit code 1.
|
Publish Sanara:
Sanara/Credentials.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L6
Non-nullable property 'UploadWebsiteUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L7
Non-nullable property 'UploadWebsiteLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L8
Non-nullable property 'SentryKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L9
Non-nullable property 'TopGgToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L10
Non-nullable property 'MyDramaListApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Credentials.cs#L15
Non-nullable property 'GoogleProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Database/Db.cs#L17
Non-nullable field '_conn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Sanara:
Sanara/Database/Db.cs#L17
Non-nullable property 'CurrentDay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara:
Sanara/Game/ReplayLobby.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L6
Non-nullable property 'UploadWebsiteUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L7
Non-nullable property 'UploadWebsiteLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L8
Non-nullable property 'SentryKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L9
Non-nullable property 'TopGgToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L10
Non-nullable property 'MyDramaListApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Credentials.cs#L15
Non-nullable property 'GoogleProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Database/Db.cs#L17
Non-nullable field '_conn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Generate help:
Sanara/Database/Db.cs#L17
Non-nullable property 'CurrentDay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate help:
Sanara/Game/ReplayLobby.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L5
Non-nullable property 'BotToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L6
Non-nullable property 'UploadWebsiteUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L7
Non-nullable property 'UploadWebsiteLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L8
Non-nullable property 'SentryKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L9
Non-nullable property 'TopGgToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L10
Non-nullable property 'MyDramaListApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Credentials.cs#L15
Non-nullable property 'GoogleProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Database/Db.cs#L17
Non-nullable field '_conn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish Sanara SFW version:
Sanara/Database/Db.cs#L17
Non-nullable property 'CurrentDay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish Sanara SFW version:
Sanara/Database/Db.cs#L125
Possible null reference argument for parameter 'value' in 'string? Extensions.Value<string>(IEnumerable<JToken> value)'.
|
Build:
Sanara/Service/TopGGClient.cs#L7
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Sanara/Program.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
Sanara/Subscription/SubscriptionManager.cs#L41
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Subscription/SubscriptionManager.cs#L67
Possible null reference argument for parameter 'value' in 'void Dictionary<string, ITextChannel>.Add(string key, ITextChannel value)'.
|
Build:
Sanara/Subscription/SubscriptionManager.cs#L125
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Subscription/SubscriptionManager.cs#L132
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Program.cs#L162
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Program.cs#L181
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Program.cs#L185
Cannot convert null literal to non-nullable reference type.
|
Build:
Sanara/Module/Utility/WholesomeList.cs#L10
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading