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

Add C# library and tests into a .NET project/solution #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mattkoch614
Copy link

  • Added a solution file to contain the C# library & associated tests
  • Added a .NET Standard 2.0 class library project to house the main library file
  • Added a Console Application project to house the tests
  • Added both projects to the solution file
  • Added some basic metadata for the C# library in order to easily create a Nuget package
  • No physical file locations were modified

This was referenced Sep 26, 2018
@mattkoch614
Copy link
Author

@NeilFraser Any thoughts on this PR?

@mattkoch614
Copy link
Author

Bump (is that still a thing in 2018?)

@koliyo
Copy link

koliyo commented May 7, 2019

Thanks for PR. Hope someone will take a look at this.

@mattkoch614
Copy link
Author

Me too!

@John0King
Copy link

does this actully compatable with .netstandard ? the code using System.Web which it only work with .net framework!
it should be replace with System.Net.WebUtility instead of the old System.Web.HttpUtility

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

Successfully merging this pull request may close these issues.

3 participants