Skip to content
New issue

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

[Feat] .Net 6 support #375

Open
pgrm opened this issue Dec 20, 2021 · 0 comments
Open

[Feat] .Net 6 support #375

pgrm opened this issue Dec 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pgrm
Copy link

pgrm commented Dec 20, 2021

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:

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.

To reproduce this behaviour check https://github.com/pgrm/BlazorTableDotnet6Support

@pgrm pgrm added the enhancement New feature or request label Dec 20, 2021
@pgrm pgrm changed the title [Bug] .Net 6 support [Feat] .Net 6 support Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant