Bump Roslynator.Analyzers from 4.16.1 to 5.0.0 #3203
Annotations
40 warnings
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L14
Non-nullable property 'IncludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/FileProcessor.cs#L27
Non-nullable event 'OnFileReadingFinished' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build (Release):
Analogy.Common/Managers/EmptyAnalogyLogger.cs#L51
The variable 'level' is assigned but its value is never used
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L43
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton<ILogger>(IServiceCollection services, ILogger implementationInstance)'.
|
|
build (Release):
Analogy.Common/DataTypes/FontSettings.cs#L26
Non-nullable property 'MenuFontName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/FontSettings.cs#L26
Non-nullable property 'FontName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'RemoteBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'LoggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L17
Non-nullable property 'ModuleText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L16
Non-nullable property 'SourceText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L15
Non-nullable property 'ExcludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L14
Non-nullable property 'IncludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/EmptyAnalogyLogger.cs#L51
The variable 'level' is assigned but its value is never used
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L43
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton<ILogger>(IServiceCollection services, ILogger implementationInstance)'.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'RemoteBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'LoggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L14
Non-nullable property 'IncludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ColorSettings.cs#L84
Possible null reference return.
|
|
build (Release):
Analogy.Common/Managers/DefaultFactoriesManager.cs#L99
Possible null reference return.
|
|
build (Release):
Analogy.Common/Managers/DefaultFactoriesManager.cs#L54
Possible null reference return.
|
|
build (Release):
Analogy.Common/Managers/DefaultFactoriesManager.cs#L49
Possible null reference return.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L43
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton<ILogger>(IServiceCollection services, ILogger implementationInstance)'.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'RemoteBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'LoggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L15
Non-nullable property 'ExcludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/DefaultUserSettingsManager.cs#L14
Non-nullable property 'IncludeText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/Managers/EmptyAnalogyLogger.cs#L51
The variable 'level' is assigned but its value is never used
|
|
build (Release):
Analogy.Common/DataTypes/FontSettings.cs#L26
Non-nullable property 'MenuFontName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/FontSettings.cs#L26
Non-nullable property 'FontName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L43
Possible null reference argument for parameter 'implementationInstance' in 'IServiceCollection ServiceCollectionServiceExtensions.AddSingleton<ILogger>(IServiceCollection services, ILogger implementationInstance)'.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'RemoteBase' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'LoggerFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Release):
Analogy.Common/DataTypes/ServicesProvider.cs#L24
Non-nullable property 'ServiceProvider' 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 | Digest | |
|---|---|---|---|
|
net10.0-windows_Release
|
74.5 MB |
sha256:694fdc36636eb45c759a908e87c5062d2a8875a1c416d4ab18b9ae72194c8a91
|
|
|
net48_Release
|
86.3 MB |
sha256:88d55969f5db85bdddf39ba0f07bd89a8e35694b51abb0c22ca3f68df74a0821
|
|
|
net8.0-windows_Release
|
76.5 MB |
sha256:9f33b2aeebc4e8e21d4fd3966d0127927f762d4f8ed3cac244f4e51e49a005e0
|
|
|
net9.0-windows_Release
|
76.6 MB |
sha256:afb5e65f2bea17500c9ad01cda834e56c147c91190f9ac4f5d83576ee1e61e29
|
|