Update to .NET 8 #40
Annotations
17 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: mathieudutour/github-tag-action@v5.6. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
StageManager/Model/SceneModel.cs#L11
Nullability of reference types in type of 'event PropertyChangedEventHandler SceneModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
StageManager/Model/WindowModel.cs#L25
Nullability of reference types in type of 'event PropertyChangedEventHandler WindowModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
StageManager/Screenshot.cs#L346
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
StageManager/3D/Panel3D.cs#L39
Possible null reference assignment.
|
StageManager/3D/Panel3D.cs#L44
Possible null reference argument for parameter 'viewport' in 'Panel3DAdorner.Panel3DAdorner(Panel3D adornedPanel3D, Viewport3D viewport)'.
|
StageManager/3D/Panel3D.cs#L37
Non-nullable field '_viewport' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
StageManager/AutoStart.cs#L16
Dereference of a possibly null reference.
|
StageManager/AutoStart.cs#L18
Dereference of a possibly null reference.
|
StageManager/AutoStart.cs#L21
Possible null reference argument for parameter 'key' in 'bool AutoStart.IsStartup(RegistryKey key, string appName)'.
|
The logs for this run have expired and are no longer available.
Loading