Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Doug Bunting 60cc307de8
Add `[AssemblyMetadata("Serviceable", "true")]` to all assemblies (#2696)
- dotnet/aspnetcore#18930
- also remove leftover NU5048 suppression; Arcade adds the icon for us
2020-11-04 17:19:41 -08:00
Doug Bunting 2fa0cbe4a9
Merge branch 'master' into merge/release/3.1-to-master 2019-10-05 22:03:05 -07:00
wtgodbe fa57f810fb Add workaround 2019-10-02 15:16:11 -07:00
Doug Bunting a2ffe16eed
Merge branch 'master' into merge/release/3.1-to-master 2019-09-25 15:42:12 -07:00
N. Taylor Mullen 0a3d37890a Publish all things Razor.VSCode
- Publishing the Razor.VSCode NPM package for O#.
- Publishing the various Razor LanguageServers that are used by O#.

aspnet/AspNetCore#13494
2019-09-25 14:32:19 -07:00
N. Taylor Mullen 42c7974599 Fix restore errors for .NET Core 5.0
- For additional context: https://github.com/aspnet/EntityFrameworkCore/pull/17945#discussion_r326380413.
2019-09-20 15:46:17 -07:00
N. Taylor Mullen dddbc14893 Add support for npmproj.
- In preparation for merging the Razor VSCode extension I've added support for npmproj files. I tried to maintain the same functionality that AspNetCore offers for its npmproj support.
- Added an extra `--ignore-engines` check to `yarn install` in preparation for VSCode's extension model. They expect there to be a vscode engine in the package.json that yarn doesn't understand.

aspnet/AspNetCore#13494
2019-09-20 11:44:08 -07:00
Doug Bunting a33545390c Explicitly reference Roslyn compiler toolset version that will ship in preview 7 (#727)
* Explicitly reference Roslyn compiler toolset version that will ship in preview 7
- see also aspnet/EntityFrameworkCore#16370 and aspnet/EntityFrameworkCore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel

* Use MicrosoftNetCompilersToolsetPackageVersion
2019-07-02 19:02:36 -07:00
Nate McMaster 986c224acf
Add support for source-build (#620) 2019-05-29 13:06:38 -07:00
Nate McMaster 67082970b7
Update dependencies and remove some unused version variable overrides (#238)
* Update dependencies
* Add workaround for dotnet/sdk#2976
* Remove unused NETStandard package version variable and overrides
* Update xunit to 2.4.1
2019-02-22 10:24:51 -08:00
Ryan Nowak 9092c22291 Update VSIX to 16.1 branding (master only)
Updates our VSIX version numbering to 16.1 and removes some workarounds
for the version numbering.

This change is only for master, we're still building 16.x VSIXes in
other branches.

Fixes: aspnet/AspNetCore#6635
2019-01-16 11:11:19 -08:00
Ryan Nowak f1cee5c554 Fixing issues with VSIX versioning
1. Our dev builds have a smaller build number than our official builds
 because they were missing a digit. OOPS

2. The AssemblyInformationVersion was wrong. I'm not sure why this
workaround is required.
2018-12-12 11:13:29 -08:00
Ryan Nowak ea483ac5b1 Fix versioning of VSIX 2018-12-07 13:33:30 -08:00
Ryan Nowak 409618521f Merged PR 304: Enable local builds with dotnet/Arcade
[WIP] Enable local builds with dotnet/Arcade
2018-12-02 00:25:55 +00:00