Skip to content

Added SampleType, Added BlendState, Added GraphicsHelper, Worked on S… #60

Added SampleType, Added BlendState, Added GraphicsHelper, Worked on S…

Added SampleType, Added BlendState, Added GraphicsHelper, Worked on S… #60

Triggered via push September 7, 2024 13:28
Status Success
Total duration 34s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Resized' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Closing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Closed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'FocusGained' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'FocusLost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Shown' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Hidden' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Exposed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'Moved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Bliss/CSharp/Windowing/Window.cs#L149
Non-nullable event 'MouseEntered' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.