Skip to content

Merge pull request #1936 from TEdit/bugfix/undo-crash-disposing #566

Merge pull request #1936 from TEdit/bugfix/undo-crash-disposing

Merge pull request #1936 from TEdit/bugfix/undo-crash-disposing #566

Triggered via push August 3, 2024 15:09
Status Success
Total duration 4m 8s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (Release): src/TEdit.Common/TEditColor.cs#L820
'TEditColor.PackedValue' does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute
build (Release): src/TEdit.Common/TEditColor.cs#L992
'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#L838
'TEditColor.TransparentBlack' is obsolete: 'Use Color.Transparent instead. In future versions this method can be removed.'
build (Release): src/TEdit.Common/Geometry/RectangleFloat.cs#L7
Field 'RectangleFloat.emptyRectangle' is never assigned to, and will always have its default value
build (Release): src/TEdit.Common/Geometry/RectangleInt32.cs#L7
Field 'RectangleInt32.emptyRectangle' is never assigned to, and will always have its default value
build (Release): src/TEdit.Configuration/Objects/TileProperty.cs#L53
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): src/TEdit.Configuration/WorldConfiguration.cs#L114
The variable 'ex' is declared but never used
build (Release): src/TEdit.Terraria/World.cs#L51
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): src/TEdit.Terraria/World.cs#L137
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (Release): src/TEdit.Terraria/World.cs#L209
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.