Merge pull request #238 from Yousa-Mirage/add-year-in-export-time #269
Annotations
10 warnings
|
src/apis/LLMRequestDataFactory.cs#L27
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type, params object?[]? args)'.
|
|
src/apis/LLMRequestDataFactory.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
src/apis/LLMRequestDataFactory.cs#L26
Possible null reference return.
|
|
src/apis/TranslateAPI.cs#L650
Possible null reference argument for parameter 'key' in 'List<TranslateAPIConfig> Dictionary<string, List<TranslateAPIConfig>>.this[string key]'.
|
|
src/apis/TranslateAPI.cs#L647
Possible null reference argument for parameter 'item' in 'void List<TranslateAPIConfig>.Add(TranslateAPIConfig item)'.
|
|
src/apis/TranslateAPI.cs#L645
Converting null literal or possible null value to non-nullable type.
|
|
src/apis/TranslateAPI.cs#L643
Converting null literal or possible null value to non-nullable type.
|
|
src/apis/TranslateAPI.cs#L629
Converting null literal or possible null value to non-nullable type.
|
|
src/App.xaml.cs#L11
Nullability of reference types in type of parameter 'sender' of 'void App.OnProcessExit(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
|
|
The logs for this run have expired and are no longer available.
Loading