Open citycom-software opened 2 years ago
@citycom-software ,
Thanks for your interest in the Bold Reports product.
Could you please try to integrate the below PR's changes with your application to seamlessly work with .NET 6.0
.
https://github.com/boldreports/blazor-webassembly-reporting-components/pull/3
Thanks, Karthick T
Hello!
Thank you very much! Now it works fine!
First Line:
did resolve my problem!
The rest of Lines i figured out myself…
Again, Thanks a lot!
Thomas
Gesendet von Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 für Windows
Von: Karthick @.> Gesendet: Freitag, 4. Februar 2022 07:30 An: @.> Cc: @.>; @.> Betreff: Re: [boldreports/blazor-webassembly-reporting-components] Is it Possible, to use it with .Net 6.0? (Issue #2)
@citycom-softwarehttps://github.com/citycom-software ,
Thanks for your interest in the Bold Reports product.
Could you please try to integrate the below PR's changes with your application to seamlessly work with .NET 6.0.
Thanks, Karthick T
— Reply to this email directly, view it on GitHubhttps://github.com/boldreports/blazor-webassembly-reporting-components/issues/2#issuecomment-1029697386, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALG3MHYOBSFAJII3V2XZL3TUZNXABANCNFSM5NOMGHRQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
The rest of my projects i plan to use bold-reports use .Net 6.0. So I changed .csproj to:
With these settings I get a compile-Error:
ERROR MSB4096 Das Element "D:...\blazor-webassembly-reporting-components-master\obj\Debug\net6.0\blazor\unlinked\BlazorWebAssemblyReporting.dll" in der Elementliste "StaticWebAsset" definiert keinen Wert für die Metadaten "AssetKind".
Wenn Sie diese Metadaten verwenden möchten, qualifizieren Sie sie, indem Sie %(StaticWebAsset.AssetKind) angeben, oder vergewissern Sie sich, dass alle Elemente in der Liste einen Wert für diese Metadaten definieren.
BlazorWebAssemblyReporting C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk.Razor\targets\Microsoft.NET.Sdk.Razor.JSModules.targets
Any idea or solution? Can you provide a solution for .Net 6.0 ?!?!?
Thanks Thomas