Skip to content

Linux

Linux #2159

Triggered via schedule October 23, 2024 01:33
Status Failure
Total duration 2m 50s
Artifacts 3

Linux.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 40 warnings
build
Process completed with exit code 1.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.

Artifacts

Produced during runtime
Name Size
Help Expired
928 Bytes
Sanara Expired
5.34 MB
Sanara-SFW Expired
5.36 MB