Skip to content
Triggered via push July 9, 2023 09:17
Status Success
Total duration 1m 23s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Release: HexReplacer/Window.cs#L188
Converting null literal or possible null value to non-nullable type.
Release: HexReplacer/Window.cs#L192
Converting null literal or possible null value to non-nullable type.
Release: HexReplacer/Window.cs#L223
Possible null reference argument for parameter 'path' in 'DirectoryInfo.DirectoryInfo(string path)'.
Release: HexReplacer/Window.cs#L226
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Release: HexReplacer/Window.cs#L250
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Release: HexReplacer/Window.cs#L348
Converting null literal or possible null value to non-nullable type.
Release: HexReplacer/Window.cs#L385
Dereference of a possibly null reference.
Release: HexReplacer/Window.cs#L397
Dereference of a possibly null reference.
Release: 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).
Release: 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).