Skip to content

fix: Catching UnauthorizedAccessException trying to write files to a … #95

fix: Catching UnauthorizedAccessException trying to write files to a …

fix: Catching UnauthorizedAccessException trying to write files to a … #95

Triggered via pull request March 17, 2025 07:48
Status Failure
Total duration 8m 43s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): MN.L10n.JavascriptTranslationMiddleware/FileHandle.cs#L22
Possible null reference return.
Analyze (csharp): MN.L10n.JavascriptTranslationMiddleware/FileHandle.cs#L38
Possible null reference argument for parameter 'path' in 'Task<string> File.ReadAllTextAsync(string path, CancellationToken cancellationToken = default(CancellationToken))'.
Analyze (csharp): MN.L10n.JavascriptTranslationMiddleware/FileHandle.cs#L22
Possible null reference return.
Analyze (csharp): MN.L10n.JavascriptTranslationMiddleware/FileHandle.cs#L38
Possible null reference argument for parameter 'path' in 'Task<string> File.ReadAllTextAsync(string path, CancellationToken cancellationToken = default(CancellationToken))'.
Analyze (csharp): MN.L10n/FileProviders/FileDataProvider.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.