A compilation of simple one-line fixes #13198
Annotations
10 warnings
Build:
Robust.Serialization.Generator/ComponentPauseGenerator.cs#L13
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
Build:
Robust.Serialization.Generator/Generator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
Build:
Robust.Client.NameGenerator/XamlUiPartialClassGenerator.cs#L27
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
Build:
Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs#L14
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L66
Field 'cef_settings_t_posix.no_sandbox' is never assigned to, and will always have its default value 0
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L89
Field 'cef_settings_t_posix.accept_language_list' is never assigned to, and will always have its default value
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L75
Field 'cef_settings_t_posix.root_cache_path' is never assigned to, and will always have its default value
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L71
Field 'cef_settings_t_posix.external_message_pump' is never assigned to, and will always have its default value 0
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L88
Field 'cef_settings_t_posix.background_color' is never assigned to, and will always have its default value 0
|
Build:
cefglue/CefGlue/Interop/Structs/cef_settings_t.cs#L91
Field 'cef_settings_t_posix.cookieable_schemes_exclude_defaults' is never assigned to, and will always have its default value 0
|
Loading