Skip to content

Add github actions

Add github actions #1

Triggered via push July 9, 2023 09:06
Status Success
Total duration 1m 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: HexReplacer/Window.cs#L188
Converting null literal or possible null value to non-nullable type.
build: HexReplacer/Window.cs#L192
Converting null literal or possible null value to non-nullable type.
build: HexReplacer/Window.cs#L223
Possible null reference argument for parameter 'path' in 'DirectoryInfo.DirectoryInfo(string path)'.
build: HexReplacer/Window.cs#L226
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: HexReplacer/Window.cs#L250
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: HexReplacer/Window.cs#L348
Converting null literal or possible null value to non-nullable type.
build: HexReplacer/Window.cs#L385
Dereference of a possibly null reference.
build: HexReplacer/Window.cs#L397
Dereference of a possibly null reference.
build: HexReplacer/Window.cs#L404
Nullability of reference types in type of parameter 'sender' of 'void Window.TextBox_GotFocus(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: HexReplacer/Window.cs#L405
Nullability of reference types in type of parameter 'sender' of 'void Window.TextBox_LostFocus(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).