Skip to content

DRAFT: Feature/v5 [wip] #444

DRAFT: Feature/v5 [wip]

DRAFT: Feature/v5 [wip] #444

Triggered via pull request July 25, 2023 03:53
Status Success
Total duration 3m 31s
Artifacts

dotnet-desktop.yml

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

Annotations

24 warnings
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.Terraria/World.FileV2.cs#L92
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): src/TEdit.Terraria/World.FileV2.cs#L1653
The variable 'hasHeader4' is assigned but its value is never used
build (Debug): src/TEdit.Terraria/Chest.cs#L40
The field 'Chest._chestId' is assigned but its value is never used
build (Debug): src/TEdit.Terraria/Sign.cs#L24
The field 'Sign._signId' is assigned but its value is never used
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.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#L92
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 (Release): src/TEdit.Terraria/World.FileV2.cs#L1653
The variable 'hasHeader4' is assigned but its value is never used