Updated CI/CD #38
Annotations
31 warnings
osx_build:
NadekoHub/Features/Shared/Models/UriInputBarEventArgs.cs#L3
Rename namespace NadekoHub.Features.Shared.Models so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
osx_build:
NadekoHub/Features/Shared/Services/Abstractions/IDependencyResolver.cs#L1
Rename namespace NadekoHub.Features.Shared.Services.Abstractions so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
osx_build:
NadekoHub/Features/Shared/ViewModels/DependencyButtonViewModel.cs#L9
Rename namespace NadekoHub.Features.Shared.ViewModels so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
osx_build:
NadekoHub/Features/Shared/Views/Controls/DependencyButton.axaml.cs#L4
Rename namespace NadekoHub.Features.Shared.Views.Controls so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
osx_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L67
Member 'OpenFolder' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
osx_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L94
Member 'IsValidDirectory' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
osx_build:
NadekoHub/Features/Home/ViewModels/HomeViewModel.cs#L16
Member 'OpenUrl' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
osx_build:
NadekoHub/Features/AppConfig/ViewModels/AboutMeViewModel.cs#L16
Member 'OpenUrl' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
osx_build:
NadekoHub/Features/AppConfig/Services/YtdlpResolver.cs#L98
In member ValueTask<(string? OldVersion, string? NewVersion)> YtdlpResolver.InstallOrUpdateAsync(string dependenciesUri, CancellationToken cToken = default(CancellationToken)), change parameter name dependenciesUri to installationUri in order to match the identifier as it has been declared in ValueTask<(string? OldVersion, string? NewVersion)> IDependencyResolver.InstallOrUpdateAsync(string installationUri, CancellationToken cToken = default(CancellationToken)) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
osx_build:
NadekoHub/Features/BotConfig/Services/Abstractions/IBotOrchestrator.cs#L44
Rename virtual/interface member IBotOrchestrator.Stop(Guid) so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
linux_build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
linux_build:
NadekoHub/Features/Shared/Models/UriInputBarEventArgs.cs#L3
Rename namespace NadekoHub.Features.Shared.Models so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
linux_build:
NadekoHub/Features/Shared/Services/Abstractions/IDependencyResolver.cs#L1
Rename namespace NadekoHub.Features.Shared.Services.Abstractions so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
linux_build:
NadekoHub/Features/Shared/ViewModels/DependencyButtonViewModel.cs#L9
Rename namespace NadekoHub.Features.Shared.ViewModels so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
linux_build:
NadekoHub/Features/Shared/Views/Controls/DependencyButton.axaml.cs#L4
Rename namespace NadekoHub.Features.Shared.Views.Controls so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
linux_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L67
Member 'OpenFolder' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
linux_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L94
Member 'IsValidDirectory' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
linux_build:
NadekoHub/Features/Home/ViewModels/HomeViewModel.cs#L16
Member 'OpenUrl' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
linux_build:
NadekoHub/Features/AppWindow/Views/Windows/AppView.axaml.cs#L106
In member void AppView.OnResized(WindowResizedEventArgs eventArgs), change parameter name eventArgs to e in order to match the identifier as it has been declared in void WindowBase.OnResized(WindowResizedEventArgs e) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
linux_build:
NadekoHub/Features/AppWindow/Views/Windows/AppView.axaml.cs#L116
In member void AppView.OnOpened(EventArgs eventArgs), change parameter name eventArgs to e in order to match the identifier as it has been declared in void WindowBase.OnOpened(EventArgs e) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
linux_build:
NadekoHub/Features/AppWindow/Views/Windows/AppView.axaml.cs#L146
In member void AppView.OnClosing(WindowClosingEventArgs eventArgs), change parameter name eventArgs to e in order to match the identifier as it has been declared in void Window.OnClosing(WindowClosingEventArgs e) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
windows_build:
NadekoHub/Features/Shared/Models/UriInputBarEventArgs.cs#L3
Rename namespace NadekoHub.Features.Shared.Models so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
windows_build:
NadekoHub/Features/Shared/Services/Abstractions/IDependencyResolver.cs#L1
Rename namespace NadekoHub.Features.Shared.Services.Abstractions so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
windows_build:
NadekoHub/Features/Shared/Views/Controls/DependencyButton.axaml.cs#L4
Rename namespace NadekoHub.Features.Shared.Views.Controls so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
windows_build:
NadekoHub/Features/Shared/ViewModels/DependencyButtonViewModel.cs#L9
Rename namespace NadekoHub.Features.Shared.ViewModels so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
windows_build:
NadekoHub/Features/Home/ViewModels/HomeViewModel.cs#L16
Member 'OpenUrl' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
windows_build:
NadekoHub/Features/BotConfig/Services/Abstractions/IBotOrchestrator.cs#L44
Rename virtual/interface member IBotOrchestrator.Stop(Guid) so that it no longer conflicts with the reserved language keyword 'Stop'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
windows_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L67
Member 'OpenFolder' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
windows_build:
NadekoHub/Features/Shared/ViewModels/UriInputBarViewModel.cs#L94
Member 'IsValidDirectory' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
windows_build:
NadekoHub/Features/AppConfig/ViewModels/AboutMeViewModel.cs#L16
Member 'OpenUrl' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
windows_build:
NadekoHub/Features/AppConfig/Services/Abstractions/FfmpegResolver.cs#L70
In member ValueTask<(string? OldVersion, string? NewVersion)> FfmpegResolver.InstallOrUpdateAsync(string dependenciesUri, CancellationToken cToken = default(CancellationToken)), change parameter name dependenciesUri to installationUri in order to match the identifier as it has been declared in ValueTask<(string? OldVersion, string? NewVersion)> IDependencyResolver.InstallOrUpdateAsync(string installationUri, CancellationToken cToken = default(CancellationToken)) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|