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

9721 Коммитов

Автор SHA1 Сообщение Дата
Dustin Campbell a28d33a3cc Increase wake time for ProcDump CI task 2022-10-27 11:10:29 -07:00
Dustin Campbell c0500283df
Merge pull request #7036 from DustinCampbell/make-filepathnormalizer-static
Make FilePathNormalizer a static class
2022-10-27 05:02:40 -07:00
Allison Chou 793724d2df
Publish to Build Asset Registry using specific pool (#7037) 2022-10-27 07:01:04 +00:00
Dustin Campbell 885f77e6c4 Make FilePathNormalizer a static class
`FilePathNormalizer` is defined as a normal class and instances of it
are created. However, it's a general utility class with no subtypes
that doesn't have any fields. So, it can just be made static, which
cleans up a lot of code that was forced to always pass a
`FilePathNormalizer` instance.
2022-10-26 15:55:26 -07:00
Ryan Brandenburg 0aebf19b7a
Merge pull request #7023 from ryanbrandenburg/NewIntegration
Enable CodeAction test
2022-10-26 14:55:13 -07:00
Ryan Brandenburg 027440ceb8
Merge pull request #7034 from ryanbrandenburg/MainClean
Clean up bad Analyzer references
2022-10-26 14:08:57 -07:00
David Wengier 74fce88998
Merge pull request #7032 from davidwengier/Dependabot 2022-10-27 07:39:49 +11:00
Dustin Campbell f0a3ccb946
Add document that lists various projects and layers along with TFMs (#7030)
* Add document that lists various projects and layers along with TFMs

* Fix copy/paste bug with a couple of assembly names

Co-authored-by: David Wengier <david.wengier@microsoft.com>

* Fix indenting issue

Co-authored-by: David Wengier <david.wengier@microsoft.com>
2022-10-26 18:11:02 +00:00
Dustin Campbell df640d3d77
Merge pull request #7031 from DustinCampbell/xml-doc-comments
Remove XML doc comment files from VSIX ServiceHubCore folder
2022-10-26 11:03:32 -07:00
Ryan Brandenburg b87538a6f7 Clean up bad Analyzer references 2022-10-26 10:29:59 -07:00
David Wengier 79891bab69
Merge pull request #7019 from davidwengier/UpdateTmLanguageJson 2022-10-26 16:12:09 +11:00
David Wengier e7bf9cece8 Update test files 2022-10-26 15:17:30 +11:00
David Wengier 33e1278442 Check classification and base classification 2022-10-26 13:58:56 +11:00
David Wengier 3c4fc7ef8c Update minimatch to 3.0.5 2022-10-26 12:19:17 +11:00
David Wengier 4db51cb3d6
Update azure-pipelines.yml 2022-10-26 11:37:07 +11:00
David Wengier 0e403862d3
Update azure-pipelines.yml 2022-10-26 11:36:28 +11:00
Andrew Hall fc3a512067
Add telemetry for taghelpers (#7001) 2022-10-25 23:10:57 +00:00
Dustin Campbell d07c189de1 Remove XML doc comment files from VSIX ServiceHubCore folder 2022-10-25 16:00:49 -07:00
James Newton-King a4922e5731
Add route string syntax to Razor pages and Blazor (#6997)
* Add route string syntax to Razor pages and Blazor

* Generate baselines

* PR feedback

* Comment
2022-10-25 14:59:30 -07:00
David Wengier 9234725d9f
Merge pull request #7022 from davidwengier/UpdateTesting 2022-10-25 21:32:57 +11:00
David Wengier a25fb43989 Undo another accidental commit 2022-10-25 12:23:11 +11:00
David Wengier 635f6b7d05 Undo accidental commits 2022-10-25 12:22:35 +11:00
David Wengier e6e2819bff Update snapshots 2022-10-25 12:19:15 +11:00
David Wengier 4d5eeeaeea Update Razor TextMate grammer 2022-10-25 12:19:03 +11:00
David Wengier 8a8898d2dc Add tests for properties 2022-10-25 11:59:44 +11:00
David Wengier e98d142924 Save with ASCII encoding 2022-10-25 11:59:39 +11:00
David Wengier 1120c6fce1 PR Feedback 2022-10-25 11:59:29 +11:00
Ian Qvist f1a492f7a2
Fix spelling mistakes (#7018) 2022-10-24 16:03:09 -07:00
Ryan Brandenburg d2ee60c9e7 Enable CodeAction test 2022-10-24 16:00:28 -07:00
David Wengier 2ce52b3a70 Update Microsoft.CodeAnalysis.Testing dependency 2022-10-25 09:37:31 +11:00
David Wengier f594ed6a37
Merge pull request #7014 from DoctorKrolic/nullable-workspaces-part-1 2022-10-25 08:30:04 +11:00
David Wengier 8e41bf6f3d Null annotate the base method 2022-10-25 07:40:17 +11:00
DoctorKrolic 9af2c12b1a Explicit not null 2022-10-24 22:31:51 +03:00
dotnet-maestro[bot] c9c39ebbc6
Update dependencies from https://github.com/dotnet/razor-compiler build 20220921.1 (#7015)
[main] Update dependencies from dotnet/razor-compiler
2022-10-24 18:23:23 +00:00
dotnet-maestro[bot] 81e42c55a9
Update dependencies from https://github.com/dotnet/arcade build 20221020.1 (#7020)
[main] Update dependencies from dotnet/arcade
2022-10-24 13:17:39 +00:00
David Wengier 5ae9c92e32 Also copy files to the tests folder 2022-10-24 21:18:30 +11:00
David Wengier 98c75dd2b5 Update TextMate files 2022-10-24 20:50:02 +11:00
David Wengier 01eb9926a8 Create script to update tmLanguage.json files 2022-10-24 20:47:17 +11:00
DoctorKrolic e753ad4c85 Make moniker nullable 2022-10-24 01:21:09 +03:00
David Wengier 864ab38ee7
Merge pull request #7009 from davidwengier/UpdateSystemNetHttp 2022-10-22 09:16:22 +11:00
Ryan Brandenburg 1399970258
Merge pull request #7017 from ryanbrandenburg/ProjectRazorJson
Fix initialize step flakyness
2022-10-21 14:25:16 -07:00
Ryan Brandenburg 937e26d8a8
Merge pull request #7010 from ryanbrandenburg/CLaSPReaction
Fix shutdown issues from CLaSP
2022-10-21 14:13:47 -07:00
Ryan Brandenburg 6f9a151074 Don't create file on project startup 2022-10-21 13:08:41 -07:00
Ryan Brandenburg 78095bfd72 Fix lifecycle situations 2022-10-21 10:35:42 -07:00
Ryan Brandenburg 7f6f5b2cef Reaction 2022-10-21 09:36:06 -07:00
DoctorKrolic 191b5c9f79 Fix test 2022-10-21 16:40:53 +03:00
DoctorKrolic ca5fed9bb8 Fix 2022-10-21 15:23:02 +03:00
DoctorKrolic 20ea06a628 No need for line break anymore 2022-10-21 14:27:44 +03:00
DoctorKrolic e85ff44d50 Enable nullable in MS.CA.Razor.Workspaces - part 1 2022-10-21 14:21:46 +03:00
David Wengier ba29d99c47 Merge remote-tracking branch 'upstream/main' into UpdateSystemNetHttp 2022-10-21 11:33:28 +11:00