nirin / msbuild-sdks

MSBuild project SDKs
https://nirin.dev/projects/msbuild-sdks
Other
18 stars 2 forks source link

Design a framework for testing the SDKs #29

Open Nirmal4G opened 2 years ago

Nirmal4G commented 2 years ago

Goals

TBA

jzabroski commented 2 years ago

🔥

jzabroski commented 2 years ago

@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.

Nirmal4G commented 2 years ago

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 PackageDownload feature but the issue is the lack of support for the GeneratePathProperty attribute.

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.

Nirmal4G commented 2 years ago

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.