ILSupport icon indicating copy to clipboard operation
ILSupport copied to clipboard

.NET Standard 2.0 support (with sample project)

Open Sergio0694 opened this issue 7 years ago • 6 comments

Hello, are there any plans for .NET Standard 2.0 support? I mean both the support for it and the new .csproj format, as well as a sample project using .NET Standard 2.0.

Also, VS2017 currently gives an error when trying to create a PCL from the samples (as PCLs are no longer supported in VS2017 I think).

Thank you, keep up the good work! 😄

Sergio0694 avatar Jan 04 '18 19:01 Sergio0694

:)

1996v avatar Feb 08 '18 02:02 1996v

@Sergio0694 I forked the project and create compatibility for .NET Standard/Core over at https://github.com/jmccormi7/ILSupport

The updated .targets can be copied directly from here: https://raw.githubusercontent.com/jmccormi7/ILSupport/master/IL%20Support.ProjectTemplates/IL%20Support.Standard.targets

Currently waiting on a pull request back to this repository

jeffmccormick avatar Jun 05 '18 18:06 jeffmccormick

This looks good. I'm swamped right now, but I'll try to pull your code and publish a new version later this week.

Thank you for your work!

ins0mniaque avatar Jun 06 '18 15:06 ins0mniaque

@ins0mniaque the project templates still need some testing and tweaking, but I have verified that the new .targets works on a few projects. I will try to test the project templates tomorrow. Might be worth waiting to publish a new version until everything has been fully tested.

EDIT: Templates have been updated and tested, documentation updated. Pull request is ready.

jeffmccormick avatar Jun 08 '18 05:06 jeffmccormick

This sounds great :) Any progress with this?

nietras avatar Oct 24 '18 12:10 nietras

@nietras yes, .NET Standard support was merged and is available with version 2.4 of the extension

jeffmccormick avatar Oct 24 '18 14:10 jeffmccormick