-
Notifications
You must be signed in to change notification settings - Fork 2
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
Design a framework for testing the SDKs #29
base: develop
Are you sure you want to change the base?
Conversation
Add Skeletal sources based on `Microsoft.NET.TestFramework` design.
65bb33d
to
684ae5a
Compare
684ae5a
to
91db34d
Compare
91db34d
to
407f1b5
Compare
407f1b5
to
ff0b518
Compare
ff0b518
to
0589169
Compare
28636e8
to
764af8b
Compare
764af8b
to
f6fbfb5
Compare
f6fbfb5
to
c5cd73d
Compare
🔥 |
@Nirmal4G I have asked @rainersigwald and @Forgind to think about integration testing MSBuildLocator. I think that would be a good place to add testing , as I dont see how a SDK that invokes MSBUild task can be fully tested without a locator test. |
I'm using MSBuild locator in one of my prototypes. I also want to test against latest 2 major versions. So, In another prototype, I'm using There are a whole lot of changes after this but I want to settle the API surface first before committing the work that lead into either of the solutions above. So, expect a long delay before I push some actual code. For now, everything will be a placeholder until I flesh-out the design and layering. |
If you have asked the team, then is there an issue/discussion for that? I would very much like to upvote it and drive it further. |
Goals
TBA