-
Notifications
You must be signed in to change notification settings - Fork 64
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
Is a Demo-Project available? #87
Comments
I think there should be a demo solution (we even need a sln) in the repo here... also in the long run we'd probably want unit tests against a local sample solution.. Maybe add another directory /sample (in the root where /src) is and add a complete demo there, then unit test would copy this and run tests against the copy, then delete the copy? |
You are right. Demo / Testing should be part of this repo. |
I created a branch with sample and testing directory. But i hope it shows my idea of testing solutions. |
Can you create a PR? |
I tried. My first github experience... It´s just some conceptual work. Not full featured (yet). |
Validating and debugging dnt is not easy. It needs a complex structure of packages and dlls in multiple solutions to try all variants.
My existing projects are not very useful, when i want to show bugs or suggestions regarding dnt.
I think, someone mentioned it before:
Is there a Demo-Project somewhere on github, that could be used? Just a bunch of solutions for packages, batches for creating local packages and solutions using this packages?
If not, i would help creating such demo, when there is a demand or help from other users.
OTH: what project from github ca be used to debug dnt? It would be easier, if the developers use the same sources. I can't upload part of my programs. They won't work or are too large.
The text was updated successfully, but these errors were encountered: