Skip to content
Triggered via push November 8, 2024 12:24
Status Success
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#L177
Non-nullable field 'window' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Promete/Audio/AudioPlayer.cs#L279
The variable 'prevOffset' is assigned but its value is never used
build: Promete/Elements/Container.cs#L11
'ContainableElementBase.children' is obsolete: '直接このフィールドは操作しないでください。代わりにAdd, Remove, Clear, Insertを使用してください。'
build: Promete/Elements/Container.cs#L13
'ContainableElementBase.children' is obsolete: '直接このフィールドは操作しないでください。代わりにAdd, Remove, Clear, Insertを使用してください。'
build: Promete/Elements/Container.cs#L61
'ContainableElementBase.children' is obsolete: '直接このフィールドは操作しないでください。代わりにAdd, Remove, Clear, Insertを使用してください。'
build: Promete/Elements/Container.cs#L71
'ContainableElementBase.children' is obsolete: '直接このフィールドは操作しないでください。代わりにAdd, Remove, Clear, Insertを使用してください。'
build: Promete/Elements/Container.cs#L76
'ContainableElementBase.children' is obsolete: '直接このフィールドは操作しないでください。代わりにAdd, Remove, Clear, Insertを使用してください。'
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/Internal/New.cs#L29
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)