Giter Site home page Giter Site logo

Comments (4)

daveaglick avatar daveaglick commented on September 16, 2024

Follow-up, here's more recent DocFx code - might want to consider rethinking some of how we're doing this and follow their lead:
https://github.com/dotnet/docfx/blob/916929a58c92afd1bb85689f53f56763771a86fa/src/Microsoft.DocAsCode.Metadata.ManagedReference/EnvironmentHelper.cs#L143

from buildalyzer.

daveaglick avatar daveaglick commented on September 16, 2024

Note that MSBuildLocator is also only .NET Framework 4.6 right now. Going to open an issue to suggest .NET Standard support.

from buildalyzer.

daveaglick avatar daveaglick commented on September 16, 2024

Went down this path a little ways and I don't think it's going to work for Buildalyzer. Because the MSBuildLocator approach is to delay-load MSBuild assemblies, they can't have been loaded into the current AppDomain until Buildalyzer gets a chance to figure out where MSBuild is and hook assembly resolution. However, because Buildalyzer exposes some MSBuild objects like Project, the caller typically needs to bind to the MSBuild assemblies before Buildalyzer ever gets called.

If we did want to use the assembly resolution trick from MSBuildLocator it would probably mean abstracting all MSBuild objects and hiding them as internal to Buildalyzer.

from buildalyzer.

daveaglick avatar daveaglick commented on September 16, 2024

Going to close this for now - it doesn't appear as though MSBuildLocator is going to target .NET Core anytime soon.

from buildalyzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.