bump: MaterialDesign #6
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
src/Common/DialogHostService.cs#L22
Nullability of reference types in type of parameter 'parameters' of 'Task<IDialogResult> DialogHostService.ShowDialog(string viewName, IDialogParameters parameters, string dialogHostName = "root")' doesn't match implicitly implemented member 'Task<IDialogResult> IDialogHostService.ShowDialog(string name, IDialogParameters? parameters, string dialogHostName = "Root")' (possibly because of nullability attributes).
|
src/Views/MainView.xaml.cs#L21
Possible null reference assignment.
|
src/Views/MainView.xaml.cs#L18
Non-nullable field 'viewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
App.xaml.cs#L33
Possible null reference argument for parameter 'config' in 'void ConfigUtil.WriteConfig(Config config)'.
|
src/APIDataStruct.cs#L64
Non-nullable field 'remark' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L65
Non-nullable field 'result' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L67
Non-nullable field 'task_id' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L75
Non-nullable field 'transcript' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L76
Non-nullable field 'words' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
src/Common/DialogHostService.cs#L22
Nullability of reference types in type of parameter 'parameters' of 'Task<IDialogResult> DialogHostService.ShowDialog(string viewName, IDialogParameters parameters, string dialogHostName = "root")' doesn't match implicitly implemented member 'Task<IDialogResult> IDialogHostService.ShowDialog(string name, IDialogParameters? parameters, string dialogHostName = "Root")' (possibly because of nullability attributes).
|
src/Views/MainView.xaml.cs#L21
Possible null reference assignment.
|
src/Views/MainView.xaml.cs#L18
Non-nullable field 'viewModel' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
App.xaml.cs#L33
Possible null reference argument for parameter 'config' in 'void ConfigUtil.WriteConfig(Config config)'.
|
src/APIDataStruct.cs#L64
Non-nullable field 'remark' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L65
Non-nullable field 'result' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/APIDataStruct.cs#L67
Non-nullable field 'task_id' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Common/STSTask.cs#L28
Non-nullable field 'bcutAPI' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/Common/STSTask.cs#L28
Non-nullable field 'iconKind' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "STS-Bcut_win-arm64", "STS-Bcut_win-x64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading