0.25.0 #66
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Promete/Windowing/Headless/HeadlessWindow.cs#L74
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/Input/Mouse.cs#L21
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/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#L274
The variable 'prevOffset' is assigned but its value is never used
|
build:
Promete/Internal/New.cs#L30
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
Promete/Internal/New.cs#L41
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
Promete/Nodes/Renderer/GL/GLTilemapRenderer.cs#L70
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#L121
The event 'HeadlessWindow.Resize' is never used
|
build:
Promete/Windowing/Headless/HeadlessWindow.cs#L120
The event 'HeadlessWindow.FileDropped' is never used
|