Initial commit #5
Annotations
12 warnings
|
Analyze:
src/StreamSharp.Server/Features/Plugins/PluginLoadContext.cs#L15
Possible null reference return.
|
|
Analyze:
src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L91
Non-nullable property 'EntryAssembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze:
src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L90
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze:
src/StreamSharp.Server/Features/Plugins/PluginManager.cs#L89
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze:
src/StreamSharp.Server/Program.cs#L7
Unreachable code detected
|
|
Analyze:
src/StreamSharp.DummyPlugin/DummyPlugin.cs#L31
Remove this method and declare a constant for this value.
|
|
Analyze:
src/StreamSharp.DummyPlugin/DummyPlugin.cs#L31
Make 'GetTest' a static method.
|
|
Analyze:
src/StreamSharp.Stream/Program.cs#L27
Await RunAsync instead.
|
|
Analyze:
src/StreamSharp.Stream/Program.cs#L19
Use a testable (date) time provider instead.
|
|
Analyze:
src/StreamSharp.Stream/Program.cs#L29
Move 'WeatherForecast' into a named namespace.
|
|
Analyze
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|
|
Analyze
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|