Skip to content

尝试修复构建

尝试修复构建 #60

Triggered via push November 18, 2024 03:33
Status Failure
Total duration 2m 21s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Enumerable.ToDictionary<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build
A possible null value may not be used for a type marked with
build
Non-nullable field '_localizableStrings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Possible null reference argument for parameter 'filter' in 'FileSystemWatcher.FileSystemWatcher(string path, string filter)'.
build
Possible null reference argument for parameter 'filter' in 'FileSystemWatcher.FileSystemWatcher(string path, string filter)'.
build
Possible null reference argument for parameter 'source' in 'string[] Enumerable.ToArray<string>(IEnumerable<string> source)'.
build
Possible null reference argument for parameter 'source' in 'List<string> Enumerable.ToList<string>(IEnumerable<string> source)'.