Skip to content

aspnetcore-tooling migration #21581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 411 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
411 commits
Select commit Hold shift + click to select a range
9860cfc
do the needful
ajaybhargavb May 1, 2019
c21572b
Merge pull request dotnet/aspnetcore-tooling#526 from aspnet/ajbaaska…
ajaybhargavb May 2, 2019
9a456a5
Fix crash in functions block (dotnet/aspnetcore-tooling#550)
ajaybhargavb May 2, 2019
4a4b800
Enable resx source generation (dotnet/aspnetcore-tooling#561)
natemcmaster May 3, 2019
997ab19
Unskip Build_WithViews_ProducesDepsFileWithCompilationContext_ButNoRe…
pranavkm May 3, 2019
fede538
Port fixes from master (dotnet/aspnetcore-tooling#562)
ajaybhargavb May 3, 2019
d388f38
Merge remote-tracking branch 'origin/release/vs16.1-preview4'
May 3, 2019
b9fde95
Fix RazorDiagnostics from being hidden and unordered.
May 1, 2019
ffd11ea
Add support for single line control flow statements in code blocks.
May 6, 2019
96475e4
Render more TagHelper code at design time.
May 15, 2019
b5a7dab
Do build time discovery of MVC ApplicationParts (dotnet/aspnetcore-to…
pranavkm May 17, 2019
98a2a43
fixed destructive property assignment (reference self correctly using…
aodl May 20, 2019
111e26d
Conditionally enable content items in the razor SDK (dotnet/aspnetcor…
javiercn May 20, 2019
13397dd
Initial support for static assets in Razor Class Libraries (dotnet/as…
javiercn May 21, 2019
5bad5de
Directive attributes part 1: Support parameters in bound attributes (…
ajaybhargavb May 21, 2019
72d017c
Added support for @attribute directive (dotnet/aspnetcore-tooling#607)
ajaybhargavb May 21, 2019
95bb698
Make duplicate attribute names an error (dotnet/aspnetcore-tooling#604)
rynowak May 21, 2019
db66452
Fix bug in bind lowering logic
ajaybhargavb May 22, 2019
66dd6b3
Specify UpToDateReloadFileTypes (dotnet/aspnetcore-tooling#611)
pranavkm May 22, 2019
68f5fec
Suports discovery of static web assets from referenced projects (dotn…
javiercn May 24, 2019
f25734a
Support parsing directive attributes - Part 2/2 (dotnet/aspnetcore-to…
ajaybhargavb May 26, 2019
b45c32f
Add support for source-build (dotnet/aspnetcore-tooling#620)
natemcmaster May 29, 2019
33e8098
Remove obsolete project file
May 30, 2019
1c27d78
Adds support for packing and publishing static web assets
javiercn May 30, 2019
5c59b78
Allow UpToDateReloadFileTypes to be modified by packages
pranavkm May 31, 2019
9d8e9fb
Allow file watching with dotnet-watch
pranavkm Jun 1, 2019
6be2d3d
Allow UpToDateReloadFileTypes to be modified by packages (dotnet/aspn…
pranavkm Jun 2, 2019
c588d53
Use an explicit intermediate node for directive attributes (dotnet/as…
ajaybhargavb Jun 3, 2019
48eeaef
Add Razor component TagHelper detection.
Jun 3, 2019
22f593b
[Static Web Assets] Removes support for embedding the development man…
javiercn Jun 5, 2019
2c01615
[Flaky tests] Restore package projects at build time
javiercn Jun 5, 2019
30668fb
Ignore extensible directive nodes coming from Imports when generating…
ajaybhargavb Jun 6, 2019
261b256
Fix error spacing.
Jun 6, 2019
c16d55c
Allow `content`, `output` and `context` as keywords to VC params.
Jun 18, 2019
060ff0d
Ensure ApplicationPart attributes are added during incremental builds…
pranavkm Jun 19, 2019
64f56b7
For bind on element, also write the updated attribute name to the ren…
SteveSandersonMS Jun 20, 2019
7a510b3
Fixup incremental builds with ApplicationPartsDiscovery (dotnet/aspne…
pranavkm Jun 20, 2019
ab867ec
Allow @bind:event override when used with @bind (dotnet/aspnetcore-to…
ajaybhargavb Jun 20, 2019
fa65b30
Don't require preceding @ for event handler directive attributes (dot…
ajaybhargavb Jun 21, 2019
ef4773a
Add attribute splatting compiler support (dotnet/aspnetcore-tooling#640)
rynowak Jun 21, 2019
adfe6f0
Move to 3.0 Preview 6 SDK and 2.1.11 runtime (dotnet/aspnetcore-tooli…
dougbu Jun 24, 2019
19d9dbc
Removes the logic for sanitizing the base path for static web assets …
javiercn Jun 25, 2019
4e16cfd
Use LogErrorFromException when FindAssembliesWithReferencesTo throws …
pranavkm Jun 26, 2019
0659180
Do case insensitive comparison in DefaultRazorProjectFileSystem.GetIt…
ajaybhargavb Jun 28, 2019
895ad89
Fix: dotnet/aspnetcore-tooling#11197 automatic backing-field for @ref…
rynowak Jul 1, 2019
2c6e1da
Use ref-assembly code in shim
Jun 30, 2019
3c84c57
Add the ability to specify invariant and format
Jun 30, 2019
66cb243
Add codegen for default format
Jun 30, 2019
04d7e63
Add culture parameter to element-bind tag helpers
Jun 30, 2019
e1f53b4
Add code generation support for culture
Jun 30, 2019
8d6e130
Remove handling of pre-directive-attribute cases
Jun 30, 2019
e9ac371
General cleanup of bind code
Jun 30, 2019
dbf5b80
PR feedback
rynowak Jul 1, 2019
bfbb9a7
Fix a bug with ref and declaration phase
rynowak Jul 1, 2019
9ac7cb8
Unconditionally enable content in RCLs (dotnet/aspnetcore-tooling#723)
javiercn Jul 2, 2019
d9f35d4
Add support for C# 8 nullable forgiveness operator.
Jun 25, 2019
cd8ec7a
Move [Layout]
rynowak Jul 3, 2019
c76ac7e
Don't pass Analyzers to Razor declaration compilation Csc task invoca…
Jul 10, 2019
810e32f
Update tests to specify public [Parameter]
Jun 27, 2019
7aeaa72
Modify tag helper infrastructure to configure case sensitivity (dotne…
ajaybhargavb Jul 16, 2019
53841f9
Make some tweaks to the default content globs (dotnet/aspnetcore-tool…
davidfowl Jul 16, 2019
f2f0bed
Support [Parameter] attribute on base class of overridden properties …
ajaybhargavb Jul 16, 2019
fde8f98
Reactions to API review changes + Globalisation support (dotnet/aspne…
rynowak Jul 16, 2019
b724885
React to Roslyn rename of `NullableContextOptions` to `Nullable`.
May 14, 2019
d62381d
Update test projects to use latest Roslyn.
Jul 17, 2019
8dcf4b3
Ensure compilation references are copied during build for netcoreapp2…
pranavkm Jul 12, 2019
4eb4cef
Limit PreserveCompilationReferences to netcoreapp (<2.x)and net4x pro…
pranavkm Jul 15, 2019
de8aa5b
Desktop tests
pranavkm Jul 16, 2019
9b05f24
Fixup desktop tests again
pranavkm Jul 16, 2019
8757c7d
More test
pranavkm Jul 17, 2019
35daeda
React to ElementReference change
rynowak Jul 17, 2019
09b2c7d
Fix weakly-typed component bind (dotnet/aspnetcore-tooling#853)
rynowak Jul 18, 2019
d30eb2f
Fix serialization of SourceSpan
Jul 19, 2019
c9ed74d
Correctly set UpToDateReloadFileTypes (dotnet/aspnetcore-tooling#858)
pranavkm Jul 22, 2019
e189edc
Increase timeout in attempt to fix test flakiness (dotnet/aspnetcore-…
ajaybhargavb Jul 23, 2019
4b6a5b2
Revert "Update test projects to use latest Roslyn."
Jul 25, 2019
1345358
Enable Razor integration tests to use repos Roslyn version.
Jul 26, 2019
36420ad
Forgive nullability violation in directive syntax helpers.
Jul 29, 2019
c1d2914
Require public component parameters and remove private metadata worka…
Jun 27, 2019
5ea6ba4
Update Roslyn dependencies to align with SDK and VS.
Jul 30, 2019
ccf5625
Add support for non-numeric CSharpLanguageVersions.
Jul 30, 2019
6ad8b96
Don't fail the build on warnings (dotnet/aspnetcore-tooling#922)
ajaybhargavb Aug 1, 2019
9d594e4
Make launchSettings.json a content item that does not get copied to b…
pranavkm Aug 2, 2019
e2d476c
Associate C# version with each Razor extension version.
Aug 2, 2019
a202e6c
Update
pranavkm Aug 3, 2019
f31e951
Fixup test
pranavkm Aug 4, 2019
7312e7c
Move RenderTreeBuilder to another castle
rynowak Jul 24, 2019
2699268
Prevent StackOverflows when assemblies have recursive references (dot…
pranavkm Aug 5, 2019
56a440e
Make launchSettings.json a content item that does not get copied to b…
pranavkm Aug 6, 2019
88a002a
Enable Component parameter delegates to not require @() at design time.
Aug 6, 2019
7fc5972
Fix @inject intellisense (dotnet/aspnetcore-tooling#949)
ajaybhargavb Aug 9, 2019
2abbff5
Don't coalesce <option> tag in ComponentMarkupBlockPass
ajaybhargavb Aug 9, 2019
7e8807a
Print warning when reference assembly is not found (dotnet/aspnetcore…
ajaybhargavb Aug 13, 2019
32196f8
Use globally qualified type name when generating TypeInference (dotne…
pranavkm Aug 13, 2019
80d6dfe
Give "builder" a less discoverable name
pranavkm Aug 13, 2019
2317fc9
Fixup tests
pranavkm Aug 13, 2019
70268e7
[Blazor][Fixes dotnet/aspnetcore-tooling#12933] Remove the need for a…
javiercn Aug 14, 2019
8d23c27
[automated] Merge branch 'release/3.0' => 'master' (dotnet/aspnetcore…
dotnet-maestro-bot Aug 14, 2019
778246c
Add tooling support for TypeScript files to RazorSDK (dotnet/aspnetco…
pranavkm Aug 14, 2019
91c0b06
Merge pull request dotnet/aspnetcore-tooling#972 from dotnet-maestro-…
Aug 14, 2019
781743f
[release/3.0] Update dependencies from aspnet/Extensions (dotnet/aspn…
dotnet-maestro[bot] Aug 15, 2019
248326e
Merge branch 'master' into merge/release/3.0-to-master\n\nCommit migr…
pranavkm Aug 15, 2019
9584c7e
Revert "Fix a bug with ref and declaration phase"
Aug 14, 2019
f3536ca
Revert "Fix: dotnet/aspnetcore-tooling#11197 automatic backing-field …
Aug 15, 2019
c32e2a5
Set LangVersion the same way as roslyn (dotnet/aspnetcore-tooling#978)
ajaybhargavb Aug 15, 2019
2873952
Set LangVersion the same way as roslyn (dotnet/aspnetcore-tooling#979)
ajaybhargavb Aug 15, 2019
f757fc2
[master] Update dependencies from aspnet/Extensions (dotnet/aspnetcor…
dotnet-maestro[bot] Aug 17, 2019
56b51f2
Merge branch 'release/3.0' => 'master' (dotnet/aspnetcore-tooling#977)
dougbu Aug 17, 2019
e18cc9a
Pass views assembly to linker
nguerrera Aug 15, 2019
15cd2af
Merge branch 'master' into merge/release/3.0-to-master\n\nCommit migr…
wtgodbe Aug 19, 2019
cb35a0a
Reaction to API review changes
Aug 20, 2019
ad0cf9c
Merge pull request dotnet/aspnetcore-tooling#974 from nguerrera/link-…
Pilchie Aug 20, 2019
5f7c8d9
Apply fix for NuGet warning
Aug 21, 2019
dd6faf6
Merge branch 'master' into merge/release/3.0-to-master\n\nCommit migr…
wtgodbe Aug 21, 2019
d5c2d17
Merge pull request dotnet/aspnetcore-tooling#983 from aspnet/johluo/sdk
Aug 21, 2019
ce19e27
Retarget to netcoreapp5.0 (dotnet/aspnetcore-tooling#996)
pranavkm Aug 22, 2019
bfc93b0
Merge pull request dotnet/aspnetcore-tooling#995 from dotnet-maestro-…
wtgodbe Aug 22, 2019
3d19bec
Merge branch 'master' into merge/release/3.0-to-master\n\nCommit migr…
wtgodbe Aug 22, 2019
d18498b
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Sep 1, 2019
16e93af
Merge pull request dotnet/aspnetcore-tooling#1102 from dotnet-maestro…
Sep 9, 2019
4a2e719
Merge pull request dotnet/aspnetcore-tooling#1112 from dotnet-maestro…
Sep 10, 2019
61726ae
Restore test projects prior to running SDK tests (dotnet/aspnetcore-t…
ajaybhargavb Sep 11, 2019
a163dbe
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Sep 11, 2019
1606d9b
Support netcoreapp3.1 TFM (dotnet/aspnetcore-tooling#1122)
Sep 13, 2019
901f8aa
[release/3.0] Update dependencies from aspnet/Extensions (dotnet/aspn…
dotnet-maestro[bot] Sep 14, 2019
51ec276
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nC…
dougbu Sep 15, 2019
a2081d5
Fix razor tool assembly path (dotnet/aspnetcore-tooling#1138)
Sep 15, 2019
19b84ed
Merge branch 'release/3.1'
Sep 18, 2019
bcd542a
[Infrastructure] Install procdump and capture dumps on build hangs (d…
javiercn Sep 19, 2019
8d08817
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Sep 19, 2019
dfbb36e
[Infrastructure] Fix invalid variable names
javiercn Sep 20, 2019
228f8f8
Merge pull request dotnet/aspnetcore-tooling#1154 from dotnet-maestro…
javiercn Sep 20, 2019
66f2aac
Integrate Razor LanguageServer (without plugin) into src/Razor.
Sep 10, 2019
5bb36d8
Integrate Razor VSCode extension functional tests into src/Razor.
Sep 12, 2019
d0d09a2
Merge branch 'nimullen/13494.prereq' into release/3.1
Sep 20, 2019
31dbdae
Merge branch 'release/3.1'
Sep 20, 2019
fd7b5b6
Switch to embedded PackageIcon
wtgodbe Sep 23, 2019
bc9f13b
Merge branches
wtgodbe Sep 24, 2019
5ac5622
Fixup build errors
pranavkm Sep 25, 2019
b553f8a
Remove empty lines
pranavkm Sep 25, 2019
f6c5aa7
Capture process dumps for child dotnet processes (dotnet/aspnetcore-t…
javiercn Sep 25, 2019
b30d6fd
Capture process dumps for child dotnet processes (dotnet/aspnetcore-t…
dotnet-maestro-bot Sep 25, 2019
c05fca5
Remove 1.x tests (dotnet/aspnetcore-tooling#1169)
ajaybhargavb Sep 25, 2019
21ba5d0
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Sep 25, 2019
b8575a5
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nC…
wtgodbe Sep 26, 2019
eda9503
RazorSDK doesn't overwrite ErrorLog
ryanbrandenburg Sep 25, 2019
287b183
Responding to Pranav's feedback
ryanbrandenburg Sep 25, 2019
39d8e32
Fix misc attribute content sometimes getting ignored (dotnet/aspnetco…
ajaybhargavb Sep 27, 2019
3dcc779
Prefer child content over a matching component (dotnet/aspnetcore-too…
ajaybhargavb Sep 27, 2019
5acc0ae
Add Blazor partial class support in Visual Studio. (dotnet/aspnetcore…
Oct 1, 2019
0d5d6e7
Update baselines to unbreak tests (dotnet/aspnetcore-tooling#1184)
ajaybhargavb Oct 1, 2019
1e9c0f0
Add Blazor partial class support in Visual Studio. (dotnet/aspnetcore…
Oct 1, 2019
ef8830f
Update baselines to unbreak tests (dotnet/aspnetcore-tooling#1184)
ajaybhargavb Oct 1, 2019
4c959bc
Merge branch 'release/3.1-preview1' => 'release/3.1' (dotnet/aspnetco…
dougbu Oct 2, 2019
1d78957
Embedded resource convention workaround
wtgodbe Oct 2, 2019
7a61205
Add workaround to one more project
wtgodbe Oct 2, 2019
3ce7953
One more missed convention location
wtgodbe Oct 2, 2019
371f2c2
Switch to embedded package icon
wtgodbe Oct 2, 2019
418716e
Merge pull request dotnet/aspnetcore-tooling#1194 from dotnet-maestro…
wtgodbe Oct 3, 2019
f19dc08
Fix dotnet/aspnetcore-tooling#10498 - void elements with directive at…
rynowak Oct 1, 2019
777c715
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Oct 6, 2019
dcc4084
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nC…
rynowak Oct 7, 2019
32c2a80
Merge pull request dotnet/aspnetcore-tooling#1213 from dotnet-maestro…
rynowak Oct 7, 2019
73877e9
Allow expressions with @bind:event
rynowak Oct 2, 2019
19c5938
Merge pull request dotnet/aspnetcore-tooling#1216 from dotnet-maestro…
rynowak Oct 8, 2019
4281704
Pass through the correct LangVersion to csc
ajaybhargavb Oct 8, 2019
abef940
Merge pull request dotnet/aspnetcore-tooling#1221 from dotnet-maestro…
ajaybhargavb Oct 9, 2019
0844f61
Merge branch 'release/3.1' => 'master' (dotnet/aspnetcore-tooling#1219)
dougbu Oct 10, 2019
49f8ae2
Add support for using a 3.0 SDK on VS 16.4.
Oct 10, 2019
82e62cb
Add a flag to prevent config, json files from being copied to the bui…
pranavkm Oct 16, 2019
163c09f
Add support for partial component class editing -> refresh components.
Oct 15, 2019
046e3d3
Merge branch 'release/3.1' => 'master' (dotnet/aspnetcore-tooling#1242)
dougbu Oct 17, 2019
2adf261
Merge branch 'release/3.1' => 'master' (dotnet/aspnetcore-tooling#1247)
dougbu Oct 17, 2019
5badd94
Add support for PreventDefault and StopPropagation in event handlers
ajaybhargavb Oct 7, 2019
7f126d5
Addressed minor comments
ajaybhargavb Oct 12, 2019
054c1c5
Retarget rzc.dll to netcoreapp3.0 (dotnet/aspnetcore-tooling#1253)
pranavkm Oct 18, 2019
f998cdc
Updated PR with merge conflict resolution changes.
Oct 18, 2019
468294a
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Oct 19, 2019
18457dd
[release/3.1] Update dependencies from dotnet/arcade (dotnet/aspnetco…
dotnet-maestro[bot] Oct 23, 2019
739f722
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
pranavkm Oct 23, 2019
e2dc96c
Fix runtime preventDefault / stopPropagation break.
Oct 28, 2019
668e7b3
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
BrennanConroy Oct 31, 2019
7f36d6e
Associate inputs and outputs for .Views dll with a set in FastUpToDat…
pranavkm Oct 31, 2019
6d0088d
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
BrennanConroy Nov 1, 2019
db9b852
Go to definition (dotnet/aspnetcore-tooling#1313)
ryanbrandenburg Nov 13, 2019
075c911
Razor GoToImplementation
ryanbrandenburg Nov 14, 2019
d5bf4f3
PR feedback
ryanbrandenburg Nov 15, 2019
da085ad
[release/3.1] Update dependencies from aspnet/Extensions (dotnet/aspn…
dotnet-maestro[bot] Nov 19, 2019
fefb8a5
Rename support in VS Code and other fixes (dotnet/aspnetcore-tooling#…
ajaybhargavb Nov 20, 2019
6942c1c
Switch to Arcade model for PackageIcon (dotnet/aspnetcore-tooling#1325)
wtgodbe Nov 21, 2019
9328e47
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nC…
wtgodbe Nov 22, 2019
c5fce0f
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
wtgodbe Nov 22, 2019
6ec0c44
Load the netcoreapp3.1 compiled task when running in Core MSBuild
pranavkm Nov 27, 2019
0c907a8
[Static web assets][Fixes #AspNetCore/17079] PublishSingleFile result…
javiercn Dec 5, 2019
3ff767b
[StaticWebAssets][Fixes #AspNetCore/17426] Publish no build doesn't c…
javiercn Dec 10, 2019
5413236
[StaticWebAssets] Updates manifest generation to allow multiple content
javiercn Nov 26, 2019
91efa93
TagHelper QuickInfo (dotnet/aspnetcore-tooling#1443)
ryanbrandenburg Dec 14, 2019
52b9fd8
Update links for repo moves/renames (dotnet/aspnetcore-tooling#1474)
Pilchie Jan 9, 2020
8ea0f36
Remove Test variant Newtonsoft.Json.
Jan 9, 2020
631578f
Merge pull request dotnet/aspnetcore-tooling#1394 from dotnet/prkrish…
mkArtakMSFT Jan 15, 2020
c2cfbc8
Merge pull request dotnet/aspnetcore-tooling#1442 from dotnet/javierc…
mkArtakMSFT Jan 15, 2020
c0bf414
Merge pull request dotnet/aspnetcore-tooling#1383 from dotnet/javierc…
mkArtakMSFT Jan 15, 2020
97c847b
Merge branch 'release/3.1'
jkotalik Jan 15, 2020
18830cb
Update BuildIntrospectionTest.cs\n\nCommit migrated from https://gith…
jkotalik Jan 15, 2020
ae7d4ac
Merge branch 'merge/release/3.1-to-master' of https://github.com/dotn…
rynowak Jan 17, 2020
427ec8a
Rely on regular restores for RID-specific package restores (dotnet/as…
pranavkm Jan 17, 2020
4520c64
[release/3.1] Update dependencies from dotnet/extensions (dotnet/aspn…
dotnet-maestro[bot] Jan 17, 2020
3ce497f
Avoid restoring RID specific packs that don't exist.
pranavkm Jan 17, 2020
61cd85b
Merge pull request dotnet/aspnetcore-tooling#1490 from dotnet-maestro…
pranavkm Jan 17, 2020
9cf7425
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
Jan 23, 2020
a30ed5c
Update links for repo moves (dotnet/aspnetcore-tooling#1531)
Pilchie Jan 23, 2020
ef41514
Skip Publish_CopiesStaticWebAssetsToDestinationFolder_PublishSingleFi…
Jan 23, 2020
3dd1427
Skip Publish_NoBuild_CopiesStaticWebAssetsToDestinationFolder.
Jan 24, 2020
07fcf46
Supply the `PropertyName` for Context TagHelper results. (dotnet/asp…
ryanbrandenburg Jan 29, 2020
a32887a
Sync client settings with LSP server (dotnet/aspnetcore-tooling#1549)
ajaybhargavb Jan 31, 2020
718a130
Fix # in FilePath (dotnet/aspnetcore-tooling#1553)
ryanbrandenburg Feb 7, 2020
2be3171
Upgrade roslyn deps to 3.4.0 (dotnet/aspnetcore-tooling#1564)
ajaybhargavb Feb 10, 2020
e4fb1d4
Revert "Remove 1.x tests (dotnet/aspnetcore-tooling#1169)"
ajaybhargavb Oct 11, 2019
ca63634
unskip test
ajaybhargavb Oct 11, 2019
3bf1694
Merge branch 'release/3.1'
ajaybhargavb Feb 12, 2020
f1ccf85
LSP Razor formatting for Razor code block directives (dotnet/aspnetco…
ajaybhargavb Feb 14, 2020
5565519
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
dougbu Feb 20, 2020
b84fc9b
Generate pure HTML document as part of Razor code generation (dotnet/…
ajaybhargavb Feb 25, 2020
d41276b
Publish generated HTML in the client (dotnet/aspnetcore-tooling#1633)
ajaybhargavb Feb 27, 2020
b8cd714
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migr…
Feb 28, 2020
b89d98d
Split Razor Language Server into library and executable.
Feb 25, 2020
d69938f
Initialize LSP documents earlier.
Feb 28, 2020
26c5807
<text> Tag IntelliSense Support (dotnet/aspnetcore-tooling#1675)
TanayParikh Mar 13, 2020
926bbfa
Update Roslyn tooling versions.
Mar 21, 2020
36c2448
Serialize project state from VS to project.razor.json (dotnet/aspnetc…
ryanbrandenburg Mar 31, 2020
1af2060
[Fixes dotnet/aspnetcore-tooling#17233 dotnet/aspnetcore-tooling#1854…
javiercn Apr 28, 2020
7eca4ab
[Static web assets] Use prebuilt packages in tests
javiercn May 4, 2020
069b409
Fix perf issue in LineTrackingStringbuffer.ScanLines.
ToddGrun May 8, 2020
c027fcf
Missed a minor optimization as I wasn't using a parameter for the bin…
ToddGrun May 8, 2020
ed7338c
Remove RazorDeveloperTools because they were infrequently used and ca…
May 8, 2020
b0d819f
Several changes targeted to improving perf of RazorSyntaxTree.Parse (…
ToddGrun May 9, 2020
f701a18
[master] Update dependencies from dotnet/arcade dotnet/runtime (dotne…
dotnet-maestro[bot] May 11, 2020
d1e7d8e
Improve HtmlTokenizer.AtToken performance. (dotnet/aspnetcore-tooling…
ToddGrun May 11, 2020
485924e
Improve Annotation and SpanContext performance. (dotnet/aspnetcore-to…
ToddGrun May 11, 2020
a70de6b
Small perf improvement in TokenizerBackedParser.Accept and ReadWhile.…
ToddGrun May 11, 2020
016fd1e
Improve CSharpLanguageCharacteristics.MapKeyword performance (dotnet/…
ToddGrun May 11, 2020
d782a06
Decrease allocations from using method groups (dotnet/aspnetcore-tool…
ToddGrun May 13, 2020
323b4ee
Merge pull request dotnet/aspnetcore-tooling#1885 from captainsafia/s…
captainsafia May 14, 2020
c565c2a
Merge branch 'master' of ..\AspNetCore-Tooling\ into johluo/tooling-s…
May 17, 2020
50f3a16
aspnetcore-tooling migration fixups
May 17, 2020
50d914f
Merge branch 'master' into johluo/tooling-consolidation-fixup
May 26, 2020
5602686
Merge fixup
May 26, 2020
0d2eb28
Merge branch 'master' into johluo/tooling-consolidation-fixup
May 27, 2020
3353641
Fix race in build
May 27, 2020
5a64926
Remove CPD
May 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ stages:
$(_InternalRuntimeDownloadArgs)
displayName: Build x86

# This is in a separate build step with -forceCoreMsbuild to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53
# This is in a separate build step with to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad merge

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

- script: .\src\SiteExtensions\build.cmd
-ci
-nobl
Expand Down
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

<IncludeSymbols>true</IncludeSymbols>

<!-- Also update the DefaultNetCoreTargetFramework defined at src/Razor/test/testassets/Directory.Build.props -->
<DefaultNetCoreTargetFramework>net5.0</DefaultNetCoreTargetFramework>
</PropertyGroup>

Expand All @@ -70,6 +71,9 @@
<NoWarn>$(NoWarn);NU5131</NoWarn>
<!-- Needed until we resolve https://github.com/dotnet/aspnetcore-internal/issues/3103 -->
<NoWarn>$(NoWarn);NU5048</NoWarn>

<!-- TODO: Figure out why these warnings are occuring -->
<NoWarn Condition="'$(IsAnalyzersProject)' == 'true'">$(NoWarn);RS1024;RS1025;RS1026</NoWarn>
</PropertyGroup>

<!-- Source code settings -->
Expand Down
2 changes: 2 additions & 0 deletions eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
Exclude="
@(ProjectToBuild);
@(ProjectToExclude);
$(RepoRoot)src\Razor\test\testassets\**\*.*proj;
$(RepoRoot)**\node_modules\**\*;
$(RepoRoot)**\bin\**\*;
$(RepoRoot)**\obj\**\*;"
Expand Down Expand Up @@ -202,6 +203,7 @@
Exclude="
@(ProjectToBuild);
@(ProjectToExclude);
$(RepoRoot)src\Razor\test\testassets\**\*.*proj;
$(RepoRoot)**\node_modules\**\*;
$(RepoRoot)**\bin\**\*;
$(RepoRoot)**\obj\**\*;"
Expand Down
4 changes: 1 addition & 3 deletions eng/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ and are generated based on the last package release.
</ItemDefinitionGroup>

<ItemGroup Label=".NET team dependencies">
<LatestPackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="$(MicrosoftAspNetCoreMvcRazorExtensionsPackageVersion)" />
<LatestPackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="$(MicrosoftAspNetCoreRazorLanguagePackageVersion)" />
<LatestPackageReference Include="Microsoft.Azure.SignalR" Version="$(MicrosoftAzureSignalRPackageVersion)" />
<LatestPackageReference Include="Microsoft.CodeAnalysis.Common" Version="$(MicrosoftCodeAnalysisCommonPackageVersion)" />
<LatestPackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion)" />
<LatestPackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(MicrosoftCodeAnalysisCSharpPackageVersion)" />
<LatestPackageReference Include="Microsoft.CodeAnalysis.Razor" Version="$(MicrosoftCodeAnalysisRazorPackageVersion)" />
<LatestPackageReference Include="Microsoft.CSharp" Version="$(MicrosoftCSharpPackageVersion)" />
<LatestPackageReference Include="Microsoft.DotNet.GenAPI" Version="$(MicrosoftDotNetGenApiPackageVersion)" />
<LatestPackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="$(MicrosoftExtensionsCachingAbstractionsPackageVersion)" />
Expand Down Expand Up @@ -71,6 +68,7 @@ and are generated based on the last package release.
<LatestPackageReference Include="System.CommandLine.Experimental" Version="$(SystemCommandlineExperimentalPackageVersion)" />
<LatestPackageReference Include="System.ComponentModel" Version="$(SystemComponentModelPackageVersion)" />
<LatestPackageReference Include="System.ComponentModel.Annotations" Version="$(SystemComponentModelAnnotationsPackageVersion)" />
<LatestPackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourcePackageVersion)" />
<LatestPackageReference Include="System.Diagnostics.EventLog" Version="$(SystemDiagnosticsEventLogPackageVersion)" />
<LatestPackageReference Include="System.Drawing.Common" Version="$(SystemDrawingCommonPackageVersion)" />
<LatestPackageReference Include="System.IO.Pipelines" Version="$(SystemIOPipelinesPackageVersion)" />
Expand Down
7 changes: 7 additions & 0 deletions eng/ProjectReferences.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<ProjectReferenceProvider Include="Microsoft.AspNetCore.NodeServices" ProjectPath="$(RepoRoot)src\Middleware\NodeServices\src\Microsoft.AspNetCore.NodeServices.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.SpaServices.Extensions" ProjectPath="$(RepoRoot)src\Middleware\SpaServices.Extensions\src\Microsoft.AspNetCore.SpaServices.Extensions.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.SpaServices" ProjectPath="$(RepoRoot)src\Middleware\SpaServices\src\Microsoft.AspNetCore.SpaServices.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X" ProjectPath="$(RepoRoot)src\Razor\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X\src\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X" ProjectPath="$(RepoRoot)src\Razor\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X\src\Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" ProjectPath="$(RepoRoot)src\Razor\Microsoft.AspNetCore.Mvc.Razor.Extensions\src\Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Razor.Language" ProjectPath="$(RepoRoot)src\Razor\Microsoft.AspNetCore.Razor.Language\src\Microsoft.AspNetCore.Razor.Language.csproj" />
<ProjectReferenceProvider Include="rzc" ProjectPath="$(RepoRoot)src\Razor\Microsoft.AspNetCore.Razor.Tools\src\Microsoft.AspNetCore.Razor.Tools.csproj" />
<ProjectReferenceProvider Include="Microsoft.CodeAnalysis.Razor" ProjectPath="$(RepoRoot)src\Razor\Microsoft.CodeAnalysis.Razor\src\Microsoft.CodeAnalysis.Razor.csproj" />
<ProjectReferenceProvider Include="Microsoft.NET.Sdk.Razor" ProjectPath="$(RepoRoot)src\Razor\Microsoft.NET.Sdk.Razor\src\Microsoft.NET.Sdk.Razor.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" ProjectPath="$(RepoRoot)src\Mvc\Mvc.NewtonsoftJson\src\Microsoft.AspNetCore.Mvc.NewtonsoftJson.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" ProjectPath="$(RepoRoot)src\Mvc\Mvc.Razor.RuntimeCompilation\src\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.csproj" />
<ProjectReferenceProvider Include="Microsoft.AspNetCore.Mvc.Testing" ProjectPath="$(RepoRoot)src\Mvc\Mvc.Testing\src\Microsoft.AspNetCore.Mvc.Testing.csproj" />
Expand Down
Loading