Nuget Release #4
Annotations
10 warnings
build:
Memory/DebounceDispatcher.cs#L44
Cannot convert null literal to non-nullable reference type.
|
build:
Memory/DebounceDispatcher.cs#L46
Cannot convert null literal to non-nullable reference type.
|
build:
Memory/DebounceDispatcher.cs#L91
Cannot convert null literal to non-nullable reference type.
|
build:
Memory/DebounceDispatcher.cs#L93
Cannot convert null literal to non-nullable reference type.
|
build:
Utilities/RetainerHire.cs#L112
Dereference of a possibly null reference.
|
build:
TemplatePlugin.cs#L145
'Lisbeth.AddCraftCycleHook(string, Func<Task>)' is obsolete: 'Use AddCraftHook instead'
|
build:
TemplatePlugin.cs#L186
'Lisbeth.RemoveCraftCycleHook(string)' is obsolete: 'Use RemoveCraftHook instead'
|
build:
TemplatePlugin.cs#L256
The variable 'e' is declared but never used
|
build:
LibraryClass.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Memory/OffsetManager.cs#L593
Dereference of a possibly null reference.
|