Skip to content

Updated .gitignore

Updated .gitignore #12

Triggered via push December 7, 2023 23:05
Status Failure
Total duration 1m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Validation Failed
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build: RGSS_Extractor/MainForm.cs#L95
'MainParser.CloseFile()' is obsolete
build: RGSS_Extractor/Parser.cs#L33
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build: RGSS_Extractor/Program.cs#L51
This call site is reachable on all platforms. 'Application.SetCompatibleTextRenderingDefault(bool)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/Program.cs#L52
This call site is reachable on all platforms. 'Application.Run(Form)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/Program.cs#L50
This call site is reachable on all platforms. 'Application.EnableVisualStyles()' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/MainForm.cs#L94
This call site is reachable on all platforms. 'PictureBox.Image' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/MainForm.cs#L55
This call site is reachable on all platforms. 'DragEventArgs.Effect' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/MainForm.cs#L61
This call site is reachable on all platforms. 'DataFormats.FileDrop' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: RGSS_Extractor/MainForm.cs#L55
This call site is reachable on all platforms. 'DragDropEffects.Copy' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)