Windows #1829
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Sanara/Subscription/SubscriptionManager.cs#L39
Cannot convert null literal to non-nullable reference type.
|
Sanara/Subscription/SubscriptionManager.cs#L65
Possible null reference argument for parameter 'value' in 'void Dictionary<string, ITextChannel>.Add(string key, ITextChannel value)'.
|
Sanara/Program.cs#L68
Possible null reference argument for parameter 'credentials' in 'Task StaticObjects.InitializeAsync(Credentials credentials)'.
|
Sanara/Program.cs#L72
Cannot convert null literal to non-nullable reference type.
|
Sanara/StaticObjects.cs#L280
Possible null reference assignment.
|
Sanara/Subscription/SubscriptionManager.cs#L121
Cannot convert null literal to non-nullable reference type.
|
Sanara/Subscription/SubscriptionManager.cs#L128
Cannot convert null literal to non-nullable reference type.
|
Sanara/StaticObjects.cs#L391
Cannot convert null literal to non-nullable reference type.
|
Sanara/StaticObjects.cs#L398
Cannot convert null literal to non-nullable reference type.
|
Sanara/Module/Utility/WholesomeList.cs#L10
Non-nullable property 'link' 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