dotnet / dotnet/arcade

VSIX is only generated using .NET Framework MSBuild, not Core

Open
#15,617 8 comments 2 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
729
Forks
397
Avg merge
3d 15m
Merged PRs (30d)
149

Description

- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain

Running `dotnet build` doesn't produce a VSIX, only the full framework `msbuild.exe` does. That's because Core MSBuild is disabled here:

https://github.com/dotnet/arcade/blob/00bb044268c007ed27c5ab50c5839fcf36fdff0f/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets#L18

I'm not sure what's the reason for that because having something like the following in the project file makes `dotnet build` produce vsix as well:

```csproj


42.42.42.4242424
false






$(VersionPrefix).$(VersionSuffixDateStamp)$(VersionSuffixBuildOfTheDayPadded)



```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.