Skip to content

DllImport - Solves #394 #79

DllImport - Solves #394

DllImport - Solves #394 #79

Triggered via pull request May 31, 2025 20:01
Status Success
Total duration 2m 11s
Artifacts

test_dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/PluginRegistry/PluginRegistry.cs#L334
Converting null literal or possible null value to non-nullable type.
build: src/PluginRegistry/PluginRegistry.cs#L331
Converting null literal or possible null value to non-nullable type.
build: src/PluginRegistry/PluginRegistry.cs#L241
Possible null reference return.
build: src/PluginRegistry/PluginRegistry.cs#L204
Possible null reference return.
build: src/PluginRegistry/PluginRegistry.cs#L203
Converting null literal or possible null value to non-nullable type.
build: src/PluginRegistry/PluginRegistry.cs#L161
Converting null literal or possible null value to non-nullable type.
build: src/PluginRegistry/PluginRegistry.cs#L132
Converting null literal or possible null value to non-nullable type.
build: src/PluginRegistry/FileSystem/LogFileInfo.cs#L47
Possible null reference return.
build: src/PluginRegistry/PluginRegistry.cs#L39
Non-nullable property 'RegisteredColumnizers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LogExpert.Core/Classes/Persister/Persister.cs#L191
The variable 'e' is declared but never used