SAML2 icon indicating copy to clipboard operation
SAML2 copied to clipboard

Added a .NET Standard project

Open TecVector opened this issue 6 years ago • 2 comments

This will enable this to be built into .NET Core and newer .NET Framework versions.

TecVector avatar Oct 29 '19 19:10 TecVector

How different is the SAML.Standard different from SAML2.Core? It looks like much of the new project is copied over, but it would help me if you can point at the significant differences.

elerch avatar Dec 02 '19 22:12 elerch

It is mostly copied over - the main differences were just removal of some of the references and api calls that still had a reliance on the .NET framework. I ran the .NET profiler to see what the compatibility was, and followed those results. After successful completion, I was able to load that DLL into a .NET Core and Standard project w/o having any conflicts about how it was compiled. This was an issue I was seeing with the original SAML.Standard project. Most of the functionality is still in original form, so it is minor tweaks.

TecVector avatar Dec 02 '19 22:12 TecVector