Jared Parsons

Results 531 comments of Jared Parsons

> Create a generator What kind of generator: incremental, `ISourceGenerator`? > Create a SyntaxReceiver and register it in the generator Can you show us a sample of whhere you are...

Current thinking is that this will be resolved on the msbuild / sdk side by exposing everything as `%DOTNET_HOST_PATH%`. Keeping this open as a tracking item. May allow us to...

The compiler approaches this by representing assembly loading through an interface at the `netstandard2.0` layer. Then we have our .NET Framework / Core implementations that are fed through by the...

> can you please help me find someone to take a look at this? What are you looking for feedback on? Is the PR as written not meeting the goal...

> Src\VimCore\CoreTypes.fs(77,3): error FS0842: This attribute is not valid for use on this language element Is that referring to the `[]` or `[]` attribute?

One item we're going to need to flesh out here is where do we put the `#:package` reference for the following cases. My initial _intuition_ is the following: 1. Below...

For "original referenced assemblies" are you talking about: 1. DLLs that existed on disk and were referenced by a project 2. Projects which were compiled to assemblies and then referenced...

Is the plan to disable them and re-enable once we move to a newer VS on the integration test machines?