Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant