Skip to content

DRAFT: Feature/v5 [wip] #447

DRAFT: Feature/v5 [wip]

DRAFT: Feature/v5 [wip] #447

Triggered via pull request July 29, 2023 02:17
Status Success
Total duration 2m 45s
Artifacts

dotnet-desktop.yml

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

Annotations

24 warnings
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
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/
build (Release): src/TEdit.Common/Reactive/ViewModelBase.cs#L112
'ViewModelBase.Set<T>(Expression<Func<T>>, ref T, T)' hides inherited member 'ObservableObject.Set<T>(Expression<Func<T>>, ref T, T)'. Use the new keyword if hiding was intended.
build (Release): src/TEdit.Common/Reactive/ViewModelBase.cs#L151
'ViewModelBase.Set<T>(string, ref T, T)' hides inherited member 'ObservableObject.Set<T>(string, ref T, T)'. Use the new keyword if hiding was intended.
build (Release): src/TEdit.Common/Reactive/ViewModelBase.cs#L190
'ViewModelBase.Set<T>(ref T, T, string)' hides inherited member 'ObservableObject.Set<T>(ref T, T, string)'. Use the new keyword if hiding was intended.
build (Release): src/TEdit.Common/TEditColor.cs#L818
'TEditColor.PackedValue' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build (Release): src/TEdit.Common/TEditColor.cs#L990
'TEditColor.TEditColor(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build (Release): src/TEdit.Common/TEditColor.cs#L836
'TEditColor.TransparentBlack' is obsolete: 'Use Color.Transparent instead. In future versions this method can be removed.'
build (Release): src/TEdit.Common/Geometry/RectangleInt32.cs#L22
Field 'RectangleInt32.emptyRectangle' is never assigned to, and will always have its default value
build (Release): src/TEdit.Desktop/ViewLocator.cs#L41
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build (Release): src/TEdit.Desktop/ViewLocator.cs#L28
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build (Release): src/TEdit.Terraria/World.FileV2.cs#L79
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 (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug)
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/
build (Debug): src/TEdit.Common/Reactive/ViewModelBase.cs#L112
'ViewModelBase.Set<T>(Expression<Func<T>>, ref T, T)' hides inherited member 'ObservableObject.Set<T>(Expression<Func<T>>, ref T, T)'. Use the new keyword if hiding was intended.
build (Debug): src/TEdit.Common/Reactive/ViewModelBase.cs#L151
'ViewModelBase.Set<T>(string, ref T, T)' hides inherited member 'ObservableObject.Set<T>(string, ref T, T)'. Use the new keyword if hiding was intended.
build (Debug): src/TEdit.Common/Reactive/ViewModelBase.cs#L190
'ViewModelBase.Set<T>(ref T, T, string)' hides inherited member 'ObservableObject.Set<T>(ref T, T, string)'. Use the new keyword if hiding was intended.
build (Debug): src/TEdit.Common/TEditColor.cs#L818
'TEditColor.PackedValue' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build (Debug): src/TEdit.Common/TEditColor.cs#L990
'TEditColor.TEditColor(uint)' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build (Debug): src/TEdit.Common/TEditColor.cs#L836
'TEditColor.TransparentBlack' is obsolete: 'Use Color.Transparent instead. In future versions this method can be removed.'
build (Debug): src/TEdit.Common/Geometry/RectangleInt32.cs#L22
Field 'RectangleInt32.emptyRectangle' is never assigned to, and will always have its default value
build (Debug): src/TEdit.Desktop/ViewLocator.cs#L41
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build (Debug): src/TEdit.Desktop/ViewLocator.cs#L28
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build (Debug): src/TEdit.Terraria/World.FileV2.cs#L79
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.