Skip to content

Build and Pack NuGet #1

Build and Pack NuGet

Build and Pack NuGet #1

Manually triggered October 23, 2025 12:44
Status Failure
Total duration 2m 49s
Artifacts

build-nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Source/WriteableBitmapEx/BitmapFactory.cs#L107
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/BitmapFactory.cs#L107
The type name 'BitmapPixelFormat' could not be found in the namespace 'Windows.Graphics.Imaging'. This type has been forwarded to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime' Consider adding a reference to that assembly.
build: Source/WriteableBitmapEx/BitmapFactory.cs#L107
The type forwarder for type 'Windows.Graphics.Imaging.BitmapPixelFormat' in assembly 'Windows' causes a cycle
build: Source/WriteableBitmapEx/BitmapFactory.cs#L91
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/BitmapFactory.cs#L91
The type name 'BitmapPixelFormat' could not be found in the namespace 'Windows.Graphics.Imaging'. This type has been forwarded to assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime' Consider adding a reference to that assembly.
build: Source/WriteableBitmapEx/BitmapFactory.cs#L91
The type forwarder for type 'Windows.Graphics.Imaging.BitmapPixelFormat' in assembly 'Windows' causes a cycle
build: Source/WriteableBitmapEx/BitmapContext.cs#L483
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/BitmapContext.cs#L478
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/BitmapFactory.cs#L47
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/BitmapContext.cs#L81
The type or namespace name 'WriteableBitmap' could not be found (are you missing a using directive or an assembly reference?)
build: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs#L1156
Parameter 'pixelWidth' has no matching param tag in the XML comment for 'WriteableBitmapExtensions.DrawLineAa(BitmapContext, int, int, int, int, int, int, int, int, Rect?)' (but other parameters do)
build: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs#L611
Parameter 'clipRect' has no matching param tag in the XML comment for 'WriteableBitmapExtensions.DrawLinePenned(BitmapContext, int, int, int, int, int, int, BitmapContext, Rect?)' (but other parameters do)
build: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs#L589
Parameter 'clipRect' has no matching param tag in the XML comment for 'WriteableBitmapExtensions.DrawLinePenned(WriteableBitmap, int, int, int, int, WriteableBitmap, Rect?)' (but other parameters do)
build: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs#L583
XML comment has a param tag for 'h', but there is no parameter by that name
build: Source/WriteableBitmapEx/WriteableBitmapLineExtensions.cs#L582
XML comment has a param tag for 'w', but there is no parameter by that name
build: Source/WriteableBitmapEx/WriteableBitmapBlitExtensions.cs#L383
Missing XML comment for publicly visible type or member 'WriteableBitmapExtensions.Blit(BitmapContext, int, int, Rect, BitmapContext, Rect, int)'
build: Source/WriteableBitmapEx/WriteableBitmapBaseExtensions.cs#L76
Missing XML comment for publicly visible type or member 'WriteableBitmapExtensions.ConvertColorT(Color)'
build: Source/WriteableBitmapEx/WriteableBitmapBaseExtensions.cs#L59
Missing XML comment for publicly visible type or member 'WriteableBitmapExtensions.ConvertColor(Color)'
build: Source/WriteableBitmapEx/WriteableBitmapBaseExtensions.cs#L47
Missing XML comment for publicly visible type or member 'WriteableBitmapExtensions.ConvertColor(double, Color)'
build: Source/WriteableBitmapEx/WriteableBitmapBlitExtensions.cs#L385
The variable 'blendMode' is assigned but its value is never used