Skip to content

Create JSON settings v2 with recent files list #57

Create JSON settings v2 with recent files list

Create JSON settings v2 with recent files list #57

Triggered via push May 15, 2024 20:23
Status Failure
Total duration 2m 30s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build (Debug): src/Vocup/Program.cs#L80
'VocupSettings' does not contain a definition for 'LastFile' and no accessible extension method 'LastFile' accepting a first argument of type 'VocupSettings' could be found (are you missing a using directive or an assembly reference?)
build (Debug): src/Vocup/Program.cs#L82
'VocupSettings' does not contain a definition for 'LastFile' and no accessible extension method 'LastFile' accepting a first argument of type 'VocupSettings' could be found (are you missing a using directive or an assembly reference?)
build (Debug): src/Vocup/MainForm.cs#L103
'VocupSettings' does not contain a definition for 'LastFile' and no accessible extension method 'LastFile' accepting a first argument of type 'VocupSettings' could be found (are you missing a using directive or an assembly reference?)
build (Debug): src/Vocup/MainForm.cs#L404
'VocupSettings' does not contain a definition for 'LastFile' and no accessible extension method 'LastFile' accepting a first argument of type 'VocupSettings' could be found (are you missing a using directive or an assembly reference?)
build (Debug): src/Vocup/MainForm.cs#L632
'VocupSettings' does not contain a definition for 'LastFile' and no accessible extension method 'LastFile' accepting a first argument of type 'VocupSettings' could be found (are you missing a using directive or an assembly reference?)
build (Debug)
Process completed with exit code 1.
build (Release)
The job was canceled because "Debug" failed.
build (Release)
The operation was canceled.
build (Debug)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (Debug): src/Vocup/Controls/ResponsiveButton.cs#L50
Converting null literal or possible null value to non-nullable type.