Annotations
10 warnings
build:
Promete/Windowing/Headless/HeadlessWindow.cs#L71
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Promete/Windowing/GLDesktop/OpenGLDesktopWindow.cs#L18
Non-nullable property 'NativeWindow' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Promete/Audio/AudioPlayer.cs#L279
The variable 'prevOffset' is assigned but its value is never used
|
build:
Promete/Internal/New.cs#L29
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
Promete/Internal/New.cs#L40
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
Promete/Input/Mouse.cs#L43
Non-nullable field '_buttons' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
Promete/Nodes/Renderer/GL/GLTilemapRenderer.cs#L69
The local function 'Filter' is declared but never used
|
build:
Promete/Windowing/Headless/DummyInputContext.cs#L21
The event 'DummyInputContext.ConnectionChanged' is never used
|
build:
Promete/Windowing/Headless/HeadlessWindow.cs#L140
The event 'HeadlessWindow.FileDropped' is never used
|
build:
Promete/Windowing/Headless/HeadlessWindow.cs#L141
The event 'HeadlessWindow.Resize' is never used
|