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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Add support for .Net 6 so it works without warnings
Currently when using this package with .Net 6 I get the following warning:
resource BlazorTable.xml in BlazorTable, Version=1.17.0.0, Culture=neutral, PublicKeyToken=null(13,6): warning IL2008: Could not resolve type 'System.Threading.WasmRuntime'
I can ignore the warning and it seems to work just fine, however, AFAIK I can only ignore the complete IL2008 warning and not a specific one, so in case I have a wrong configuration in my own linker config, I wouldn't get any warning / error.
Describe the solution you'd like
Add support for .Net 6 so it works without warnings
Currently when using this package with .Net 6 I get the following warning:
I can ignore the warning and it seems to work just fine, however, AFAIK I can only ignore the complete
IL2008
warning and not a specific one, so in case I have a wrong configuration in my own linker config, I wouldn't get any warning / error.To reproduce this behaviour check https://github.com/pgrm/BlazorTableDotnet6Support
The text was updated successfully, but these errors were encountered: