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

Migrate to SDK-Style project #2

Open
virzak opened this issue Jan 10, 2024 · 2 comments
Open

Migrate to SDK-Style project #2

virzak opened this issue Jan 10, 2024 · 2 comments

Comments

@virzak
Copy link

virzak commented Jan 10, 2024

I just noticed that the SyncToAsync.Shared project is non-sdk-style and imports PresentationFramework. Obviously not a bug and makes no difference to the end user, but I was just wondering if this was necessary. SDK-style projects are a lot easier to read and they can produce IL for .NET Framework too.

Same applies to SyncToAsync.Extension.csproj and SyncToAsync.Extension.csproj

@lsoft
Copy link
Owner

lsoft commented Jan 11, 2024

@virzak yeah, that is a known pain point)) as I read here ( https://developercommunity.visualstudio.com/t/VSIX-project-with-SDK-style-csproj/1572145 ) support SDK style for VSIX project is not ready now. A hack exists, but I prefer to wait news from MS.

or did I miss something important in this area?

I'l keep this issue open, not to forget.

Thanks!

@virzak
Copy link
Author

virzak commented Jan 11, 2024

Nope. My bad. Completely forgot that vsix extensions didn't support SDK style projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants