Skip to content

Merge pull request #95 from Aiko-IT-Systems/renovate/major-nuget-pack… #438

Merge pull request #95 from Aiko-IT-Systems/renovate/major-nuget-pack…

Merge pull request #95 from Aiko-IT-Systems/renovate/major-nuget-pack… #438

Triggered via push December 6, 2024 23:30
Status Success
Total duration 3m 4s
Artifacts

codeql.yml

on: push
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.LockFactory.cs#L46
The type 'Lock' in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.PreNet5Lock.cs' conflicts with the imported type 'Lock' in 'Backport.System.Threading.Lock, Version=3.0.3.0, Culture=neutral, PublicKeyToken=b4f1bfae1afe4011'. Using the type defined in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.PreNet5Lock.cs'.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.Lock.cs#L105
The type 'Lock' in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.Lock.cs' conflicts with the imported type 'Lock' in 'Backport.System.Threading.Lock, Version=3.0.3.0, Culture=neutral, PublicKeyToken=b4f1bfae1afe4011'. Using the type defined in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.Lock.cs'.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.PreNet5Lock.cs#L141
The type 'Lock' in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.PreNet5Lock.cs' conflicts with the imported type 'Lock' in 'Backport.System.Threading.Lock, Version=3.0.3.0, Culture=neutral, PublicKeyToken=b4f1bfae1afe4011'. Using the type defined in '/home/runner/work/DisCatSharp.Extensions/DisCatSharp.Extensions/DisCatSharp.Extensions.OAuth2Web/obj/Debug/net8.0/generated/Backport.System.Threading.Lock.SourceGenerator/Backport.System.Threading.Lock.SourceGenerator.Generator/Backport.System.Threading.Lock.SourceGenerator.PreNet5Lock.cs'.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L29
Non-nullable property 'ReceivedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeReceiveEventArgs.cs#L29
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'ExchangedCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'ReceivedState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AuthorizationCodeExchangeEventArgs.cs#L31
Non-nullable property 'DiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRevokeEventArgs.cs#L31
Non-nullable property 'RevokedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): DisCatSharp.Extensions.OAuth2Web/EventArgs/AccessTokenRefreshEventArgs.cs#L31
Non-nullable property 'RefreshedDiscordAccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.