Stuart Lang

Results 145 comments of Stuart Lang

I have some code here that I haven't been able to test (I haven't even run it once!), but hopefully get's the idea across: https://github.com/chrisoverzero/aws-extensions-for-dotnet-cli/pull/1 It uses MSBuildLocator to find...

@chrisoverzero this is looking good :)

I'll look at that lazy initialization, it's a bit tricky in that it must be run before the method that contains the MSBuild code is jitted, but it should be...

It may be worth looking at these for approaches to get the current `dotnet` the tool is running under which would remove the assumption that dotnet is on the path...

Ignore the close, I slipped. Just removing the wontfix label

Glad you found a workaround. Back in the olden days (like before 2010 when NuGet was better integrated with MSBuild) NuGet would reference packages based on the `SolutionDir` property, but...

I would like to see NuKeeper continue to be maintained and used by the community. If I'm honest, I don't have enough energy to do it, and we would need...

Yes the way dotnet-outdated does it really nice: https://github.com/dotnet-outdated/dotnet-outdated/blob/846207a9f656f8504f13a4fc51abacb85796c072/src/DotNetOutdated.Core/Services/DependencyGraphService.cs#L28 It shells out to msbuild to create the `project.assets.json` file, and deserializes that into a model it can work with. This...

I don't think it's developed in the open, but you can download the nupkg from here and extract the target file: https://www.nuget.org/packages/Microsoft.VisualStudio.Azure.Containers.Tools.Targets/