DllImport - Solves #394 #79
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
|