You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Graphics.ImagingInternal.winmd defines the ParallaxImageOptions struct but references a ParallaxAxisDirection type that does not exist.
.class public sequential ansi sealedimportwindowsruntimeMicrosoft.Graphics.ImagingInternal.ParallaxImageOptions ...{// ....field public uint32 NumberOfFrames.field public float32 RotationalRadius.field public uint32 NumberOfLayers.field public float32 OffsetFactor.field public valuetype[Microsoft.Graphics.Imaging]Microsoft.Graphics.Imaging.ParallaxAxisDirection ParallaxAxis
}
Microsoft.Graphics.Imaging.winmd does not contain ParallaxAxisDirection.
Steps to reproduce the bug
N/A
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.7 Experimental 3: 1.7.250127003-experimental3
Packaging type
No response
Windows version
Insider Build (xxxxx)
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Microsoft.Graphics.ImagingInternal.winmd
defines theParallaxImageOptions
struct but references aParallaxAxisDirection
type that does not exist.Microsoft.Graphics.Imaging.winmd
does not containParallaxAxisDirection
.Steps to reproduce the bug
N/A
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.7 Experimental 3: 1.7.250127003-experimental3
Packaging type
No response
Windows version
Insider Build (xxxxx)
IDE
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: