Marc Paine

Results 381 comments of Marc Paine

Can you clarify the exact error that you're seeing? I don't see any errors in the binlog you just shared. \ Looks like you are working now with a newer...

I understand that you are bundling the additional executables into the nupkg file and those are getting downloaded. When we install a tool, we create an apphost into a different...

Adding @baronfel as I'm not sure of a good way to solve this. Not sure if the tool itself can copy the files around before trying to load them or...

Glad to hear it. If you do get it working, please link your solution here so others can build off of what you learned.

Can you share the results from `dotnet --info` and can you share the contents of the `program files\dotnet\sdk-manifests` folder (zip up the folder so we can take a look at...

In the initial screenshot from VS in the original description, were you using the 7.0 SDK within 17.3 or had you already set up a global.json to point at 6.0.400?

@vitek-karas We explored an option offline of just supporting this within the sdk resolver to find the SDK (essentially just DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR). Doing only that would unblock build but it would...

@RussKie Thoughts on only supporting this for the SDK as originally suggested given Vitek's feedback above? It wouldn't allow for launching test apps from the IDE but would allow for...

@rokonec did you want to look into making the SDK side change to have ResolvePackageAssets output the values that RPD currently gets or did you want the SDK to take...

Those roslyn changes were VS only so ok to miss for October.