Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[wip] New UbiDiff Prototype (based on devops/build-on-2019) #2234
Conversation
…Starting with the display of diffs on the Create Pull Request page.
This will happen when the Pull Requests for Visual Studio extension isn't available.
Use VsDiffBaseFactory to conditionally create VsDiffBase.
| readonly Lazy<object> diffBaseServiceObject; | ||
|
|
||
| // store this in a static because this class does not seem to be a singleton | ||
| static object ChangesList; |
jcansdale
Feb 20, 2019
Collaborator
I'm surprised about this. I thought MEF components were singletons by default?
Holding back on committing csproj changes until I get a public NuGet package built.
…ng/VisualStudio into UbiDiffPrototypeOn2019
…oryCommitsClient.Compare instead.
|
Clearing up old PRs. |
Rework of the previous WIP (#2204) to use a NuGet package containing the UbiDiff work.