We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
I've been struggling for the past three days to figure out why my application is exhibiting the following behavior:
dotnet publish TestPublish1.csproj -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 --self-contained true
After removing all Syncfusion dependencies, we republished the application, and it started working again.
Tools and version .NET MAUI: 8.0.40 Syncfusion: See all the list below
8.0.40
<PackageReference Include="Syncfusion.Maui.Backdrop" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Barcode" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Calendar" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Charts" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Core" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.DataForm" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.DataGrid" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Gauges" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Inputs" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.ListView" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Maps" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.PdfViewer" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.ProgressBar" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.SignaturePad" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Sliders" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.TabView" Version="25.2.7" />
VS2022: 17.11.0 Preview 1.1
17.11.0 Preview 1.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi everyone,
I've been struggling for the past three days to figure out why my application is exhibiting the following behavior:
dotnet publish TestPublish1.csproj -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 --self-contained true
After removing all Syncfusion dependencies, we republished the application, and it started working again.
Tools and version
.NET MAUI:
8.0.40
Syncfusion: See all the list below
VS2022:
17.11.0 Preview 1.1
The text was updated successfully, but these errors were encountered: