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
dotnet-sdk-9.0.100-preview.7.24379.15] Fail to build blazor-starter-kit app with an error "CS0619:'MudMenu.OffsetY' is obsolete: 'Use AnchorOrigin or TransformOrigin instead.'"
#467
Open
CancanTang opened this issue
Oct 15, 2024
· 0 comments
We are doing Application compatibility testing with this application against the latest .NET 9 SDK. When build the application with the latest .NET 9 SDK, it failed with error: CS0619:'MudMenu.OffsetY' is obsolete: 'Use AnchorOrigin or TransformOrigin instead.
After the investigation, these are obsoletions in MudBlazor itself. The app is using properties that have been deprecated
You can fix the obsoletions by upgrade MudBlazor to V7.5.0 or above if you want
Test steps
cd to CleanArchitecture2\src\Server folder.
Build app with 9.0.100-preview.7.24379.15 SDK
Expected Result:
build successfully without error
Actual Result:
build failed with CS0619:'MudMenu.OffsetY' is obsolete: 'Use AnchorOrigin or TransformOrigin instead`
We are doing Application compatibility testing with this application against the latest .NET 9 SDK. When build the application with the latest .NET 9 SDK, it failed with error: CS0619:'
MudMenu.OffsetY' is obsolete: 'Use AnchorOrigin or TransformOrigin instead
.After the investigation, these are obsoletions in MudBlazor itself. The app is using properties that have been deprecated
You can fix the obsoletions by upgrade MudBlazor to V7.5.0 or above if you want
Test steps
Expected Result:
build successfully without error
Actual Result:
build failed with
CS0619:'
MudMenu.OffsetY' is obsolete: 'Use AnchorOrigin or TransformOrigin instead`Please refer to more information from dotnet/sdk#42509
The text was updated successfully, but these errors were encountered: