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

1618 Коммитов

Автор SHA1 Сообщение Дата
dotnet bot 688bfb6220
Merge pull request #903 from dotnet/merges/main-to-dev17.0
Merge main to dev17.0
2021-09-21 13:56:09 -07:00
Joey Robichaud cbbb248f62
Merge branch 'dev17.0' into merges/main-to-dev17.0 2021-09-21 13:55:56 -07:00
Shen Chen 1c5cbe8d9a
Merge pull request #904 from sharwell/extract-temp
Avoid downloading test packages to the global packages folder
2021-09-21 13:54:04 -07:00
Sam Harwell 8b12e89e21 Avoid downloading test packages to the global packages folder 2021-09-21 13:21:12 -07:00
Shen Chen 686468a1be
Merge pull request #902 from Cosifne/dev/shech/restoreHttp
Add package reference for System.Net.Http
2021-09-20 16:58:15 -07:00
Shen Chen 1671cdcfaa Also add ExcludeAsserts 2021-09-20 16:20:38 -07:00
Shen Chen 716903ce0b Add package reference 2021-09-20 09:41:50 -07:00
Jonathon Marolf c2d32d2ae8
Merge pull request #901 from jmarolf/dev17.0 2021-09-17 13:55:27 -07:00
Jonathon Marolf 7ff36dbb4d
Merge remote-tracking branch 'upstream/main' into dev17.0 2021-09-17 13:52:36 -07:00
Jonathon Marolf 249b184747
Merge pull request #743 from Youssef1313/patch-1 2021-09-17 13:39:25 -07:00
Jonathon Marolf 173b9d22c6
use rc1 package versions 2021-09-17 13:27:11 -07:00
Jonathon Marolf fa729a1d89
re-use existing property 2021-09-17 13:24:11 -07:00
Jonathon Marolf 3e776c4d36
Merge pull request #899 from dotnet/generator_version 2021-09-17 13:12:58 -07:00
Chris Sienkiewicz 0d10cdc8f7 Add down level version of MS.CA for generators 2021-09-17 12:47:48 -07:00
Jonathon Marolf eec909e3f7
Merge pull request #872 from dotnet/merges/main-to-dev17.0 2021-09-17 11:55:44 -07:00
Jonathon Marolf 57470e3c6f
Merge remote-tracking branch 'upstream/main' into merges/main-to-dev17.0 2021-09-17 11:53:46 -07:00
Jonathon Marolf 0e0f3de1f2
Merge pull request #898 from jmarolf/update-yaml 2021-09-17 11:52:58 -07:00
Jonathon Marolf 4d5deb688b
update yaml 2021-09-17 11:13:35 -07:00
Chris Sienkiewicz 35a163bcdb
Update component debugger to work for VS 2022 (#896)
Update the component debugger to work in the new launch profiles format introduced in VS2022. See https://github.com/dotnet/project-system/blob/main/docs/repo/property-pages/how-to-add-a-new-launch-profile-kind.md for reference.

Removes the old user control, and writing code which is now handled by the rule file (ComponentDebuggerLaunchProfile.xaml). Adds rule exporting and ProvideCodeBase so that VS can find the rule and apply it to matching projects.

Tested on VS2022 using an existing launchsettings.json and confirmed projects show the new UI, and can add/remove as needed
2021-09-16 11:20:45 -07:00
Jonathon Marolf 1ed895404a
Add API to get OS specific references
fixes #892
2021-08-31 16:11:02 -07:00
Sam Harwell e5420e26d4
Merge pull request #886 from sharwell/diffplex
Update to DiffPlex 1.5.0
2021-08-13 12:35:00 -07:00
Sam Harwell 6d70e6e472 Update to DiffPlex 1.5.0
This version offers an IChunker interface that eliminates the need to
reimplement IDiffer entirely. Since the IDiffer interface also changed
for the 1.5.0 release, this change avoids errors for users who try to
update this dependency in downstream projects.
2021-08-13 08:20:14 -07:00
Sam Harwell 5da1b91b2d Create a .NET Core project to better reflect needs 2021-08-06 11:28:21 -07:00
Sam Harwell 95d6f94b6d Clear CI environment variables when launching integration tests 2021-08-06 11:28:01 -07:00
Sam Harwell 2bf98ab396 Use VS services instead of DTE where applicable 2021-08-05 12:16:59 -07:00
Sam Harwell b99847d5f3 Run integration tests in PR builds 2021-08-05 12:16:59 -07:00
Sam Harwell 20442a7950 Update unit test templates from netcoreapp2.0 to netcoreapp3.1 2021-08-05 12:16:59 -07:00
Sam Harwell c2ccfd5ed1 Migrate integration tests to vs-extension-testing 2021-08-05 12:16:56 -07:00
Sam Harwell 6a80dc4b3c
Merge pull request #885 from RichardMelito/main
Added closing slash to analyzer reference XML
2021-08-04 09:41:07 -07:00
Richard Melito 709bfd426f
Added closing slash to analyzer reference XML 2021-08-04 08:49:21 -06:00
Sam Harwell b7df823f6a
Merge pull request #883 from sharwell/net60
Add ReferenceAssemblies.Net.Net60
2021-07-22 14:50:02 -07:00
Sam Harwell de9af89015 Add ReferenceAssemblies.Net.Net60 2021-07-22 14:05:23 -07:00
Jonathon Marolf 6334343d51
Merge pull request #879 from dotnet/update-versions
update versions to 1.1.1
2021-07-01 12:24:18 -07:00
Jonathon Marolf 5b0208cadb
update versions to 1.1.1
as per https://github.com/microsoft/vs-threading/pull/875#discussion_r662456811
2021-07-01 12:02:03 -07:00
Sam Harwell eb3bce0b63
Merge pull request #878 from sharwell/show-eol
Show differences when only end-of-line changes
2021-06-28 18:02:50 -07:00
Sam Harwell c3008802d9 Show differences when only end-of-line changes
Fixes #876
2021-06-28 10:22:50 -07:00
Sam Harwell 70dbc0ed3e
Merge pull request #875 from sharwell/first-iteration
Only require code fix for first iteration
2021-06-23 15:26:47 -07:00
Sam Harwell b5e8451366 Only require code fix for first iteration
Fixes #874
2021-06-23 14:50:58 -07:00
Joey Robichaud 097cf21ccd
Merge pull request #785 from dotnet/merges/main-to-dev17.0
Merge main to dev17.0
2021-06-22 12:38:21 -07:00
Sam Harwell db69a5baab
Merge pull request #871 from sharwell/fix-all-selector
Support TrySelectDiagnosticToFix for Fix All operations
2021-06-22 06:52:55 -07:00
Sam Harwell 10b52dee20
Merge pull request #870 from sharwell/additional-languages
Fix support for multiple languages in AdditionalProjects
2021-06-21 22:32:35 -07:00
Sam Harwell 0f5e185a4e Support TrySelectDiagnosticToFix for Fix All operations 2021-06-21 22:21:31 -07:00
Sam Harwell c7a8347111 Track projects where diagnostics are reported 2021-06-21 22:10:43 -07:00
Sam Harwell 815b3772cb Improve triggering and validation for multi-project scenarios
Fixes #806
2021-06-21 20:32:01 -07:00
Sam Harwell 876f52e9ff Fix support for multiple languages in AdditionalProjects 2021-06-21 20:30:35 -07:00
Jonathon Marolf 38150ef516
Merge pull request #835 from chsienki/use_versionprops_for_debugger 2021-06-15 11:14:36 -07:00
dotnet-maestro[bot] 9b100e89fb
Update dependencies from https://github.com/dotnet/arcade build 20210604.1 (#861)
[main] Update dependencies from dotnet/arcade
2021-06-05 12:49:48 +00:00
dotnet-maestro[bot] 8652089a7d
Update dependencies from https://github.com/dotnet/arcade build 20210603.2 (#857)
[main] Update dependencies from dotnet/arcade
2021-06-04 12:51:05 +00:00
Jonathon Marolf 331646d43c
Merge pull request #855 from jmarolf/use-nuget-version-in-templates 2021-06-03 12:05:43 -07:00
Jonathon Marolf a9ea478554
using nuget,org versions of test framework 2021-06-03 10:51:43 -07:00