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

10839 Коммитов

Автор SHA1 Сообщение Дата
David Wengier 336a30ae96 Don't run Unit Tests, or try to publish test results, either 2023-04-26 07:56:30 +10:00
David Wengier 10ef0c0de4 YAML, Brackets, etc. 2023-04-20 10:59:03 +10:00
David Wengier 9030a580fe Don't run integration tests on official builds 2023-04-20 10:53:44 +10:00
Dustin Campbell b9a6977089
Merge pull request #8599 from DustinCampbell/tag-helper-discovery-perf
Improve tag helper discovery performance
2023-04-19 16:01:15 -07:00
Dustin Campbell e7da9239da Avoid unnecessary array allocation when building constraints string 2023-04-19 12:38:38 -07:00
Dustin Campbell f182ffbd63
Merge pull request #8612 from DustinCampbell/projectenginehost-resources
Add resx for string resources to MS.ANC.Razor.ProjectEngineHost
2023-04-19 04:18:15 -07:00
Dustin Campbell 8e206055d1 StringDictionaryPool<TValue> should delegate to DictionaryPool<TKey, TValue> 2023-04-19 03:54:56 -07:00
Dustin Campbell 969da72c08 ReferenceEqualityHashSetPool<T> should delegate to HashSetPool<T> 2023-04-19 03:48:21 -07:00
Dustin Campbell 87caa6f7a1 StringHashSetPool should delegate to HashSetPool<string> 2023-04-19 03:43:39 -07:00
Dustin Campbell e6c28db3d5 Prefer ImmutableArray over regular array 2023-04-19 03:36:31 -07:00
Dustin Campbell 2baada36fa Add resx for string resources to MS.ANC.Razor.ProjectEngineHost 2023-04-19 03:00:12 -07:00
Dustin Campbell ab53fe32e1 Mark property as readonly 2023-04-19 02:49:44 -07:00
David Wengier 6c858565d3
Merge pull request #8607 from davidwengier/RoslynTests 2023-04-19 11:40:04 +10:00
David Wengier f63e2b66cf
Merge pull request #8608 from davidwengier/CleanupCodeActions 2023-04-19 07:25:05 +10:00
dotnet bot 94d116c906
Merge pull request #8577 from dotnet/merges/release/dev17.7-to-main
Merge release/dev17.7 to main
2023-04-18 13:04:05 -07:00
David Wengier c96f8e4b43 Clean up code actions 2023-04-18 20:54:37 +10:00
David Wengier 7f7752b955 Create some simple tests for the RoslynWorkspace EA (and fix a glaring bug!) 2023-04-18 16:20:38 +10:00
Allison Chou d864388543 Fix merge conflicts 2023-04-17 17:38:06 -07:00
Allison Chou 3f8828c06f
Fix 17.6 branching (#8603) 2023-04-17 22:31:44 +00:00
Dustin Campbell df2fd35886 Further delay computation of type display names 2023-04-17 11:02:42 -07:00
Dustin Campbell 202de14c27 Unroll multiple LINQ expressions into a single foreach statement 2023-04-17 10:41:36 -07:00
Dustin Campbell edb288f1eb Don't disable nullability in ComponentDetectionConventions 2023-04-17 09:41:11 -07:00
Dustin Campbell 5c4f5367f1 Add PooledArrayBuilder<T>.DrainToImmutable() 2023-04-17 09:39:46 -07:00
dotnet bot 6424a7b88d
Merge pull request #8600 from dotnet/merges/release/dev17.6-to-release/dev17.7
Merge release/dev17.6 to release/dev17.7
2023-04-16 01:19:38 -07:00
Adam Ratzman 2ae218df4b
Merge pull request #8583 from dotnet/adamint/d17.6-prefix-completion-workaround
Prefix completion workaround
2023-04-15 16:05:06 -04:00
Dustin Campbell d88a5f3bd9 Don't call ToDisplayString() more often than needed in BindTagHelperDescriptorProvider 2023-04-14 15:53:58 -07:00
Dustin Campbell 43b1176f39 Convert to ImmutableArray<T> to avoid extra LINQ evaluation 2023-04-14 15:52:52 -07:00
Dustin Campbell 4981b46ff3 Don't call ToDisplayString() more often than needed in EventHandlerTagHelperDescriptorProvider 2023-04-14 15:52:46 -07:00
Dustin Campbell 25fe88cfee Fix broken pattern matching 2023-04-14 13:57:45 -07:00
Dustin Campbell fd96e0b996 Use immutable arrays in BindTagHelperDescriptorProvider 2023-04-14 12:38:39 -07:00
Dustin Campbell 65e9d3288b Clean up BindTagHelperDescriptorProvider a bit 2023-04-14 12:27:16 -07:00
Dustin Campbell 5f790f5803 Cache certain static tag helpers rather than creating them on every request 2023-04-14 12:22:22 -07:00
Dustin Campbell 5c79426f7c Clean up EventHandlerTagHelperDescriptorProvider a bit 2023-04-14 12:16:42 -07:00
Dustin Campbell 159b89bab4 Clean up DefaultTagHelperDescriptorProvider a bit 2023-04-14 12:12:19 -07:00
Dustin Campbell 918f8ee4d5 Performance and allocation tweaks in ComponentTagHelperDescriptorProvider 2023-04-14 12:02:02 -07:00
Dustin Campbell 4e0fc02e0e Eliminate closure class allocation in ComponentDetectionConvention.IsComponent(...) 2023-04-14 09:48:01 -07:00
Dustin Campbell e185fb607b Avoid ToDisplayString() in HasFullName(...) 2023-04-14 09:47:02 -07:00
Dustin Campbell 8f16bb8f46
Remove package refs with PrivateAssets="true" (#8596)
In rzls, the package references, Microsoft.Extensions.Logging and
Microsoft.Extensions.Configuration, were defined with
PrivateAssets="true". (According to git blame, this was done as part
of an attempt to fix spurious build issues.) However, it seems that
this means that the libs in these packages are not included in
published output, which is critical for rzls.exe to run.
2023-04-13 23:31:27 +00:00
Loni Tra e158728055
Publish CSharp Diagnostics (#8595)
* Publish CSharp Diagnostics

* rename field

* clean up tests

* Address feedback

* use sumtype.trygetfirst
2023-04-13 14:59:42 -07:00
Fred Silberberg ae3c5550b9
Merge pull request #8585 from dotnet/darc-main-5b0645c3-b04a-4153-a6d0-93f72844cb4b
[main] Update dependencies from dotnet/arcade
2023-04-12 10:58:50 -07:00
dotnet-maestro[bot] cd795fc375 Update dependencies from https://github.com/dotnet/arcade build 20230411.8
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23205.4 -> To Version 8.0.0-beta.23211.8
2023-04-12 16:01:00 +00:00
Dustin Campbell 9ccc8282fa
Merge pull request #8586 from DustinCampbell/fix-externalaccess-roslynworkspace
Reference MS.Ext.ObjectPool package in ExternalAccess.RoslynWorkspace
2023-04-11 12:29:03 -07:00
Maryam Ariyan e4d1d7dcec
Merge pull request #8580 from dotnet/benchmark-diagnostics
Adds Benchmark for Diagnostics
2023-04-11 14:50:40 -04:00
Dustin Campbell 2d7e3a7129 Reference MS.Ext.ObjectPool package in ExternalAccess.RoslynWorkspace
This package must be referenced because Roslyn doesn't include it.
2023-04-11 10:03:39 -07:00
dotnet-maestro[bot] 78615718a4 Update dependencies from https://github.com/dotnet/arcade build 20230410.3
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23205.4 -> To Version 8.0.0-beta.23210.3
2023-04-11 16:04:51 +00:00
Adam Ratzman b0ebe11d8e revert ABI change and do workaround directly in ProvideResolvedCompletionItemAsync 2023-04-11 01:48:17 -07:00
Jared Parsons 0b913ce376
Enable Public API analyzer (#8571)
* Enablee Public API analyzer

The public API analyzer was not running for all intended projects due to
a global disable. Removing that, fixing the immediate violations. Using
this PR to track anymore that may have been missed

* Update public API

---------

Co-authored-by: David Wengier <git@wengier.com>
2023-04-10 17:07:33 -07:00
Adam Ratzman 51fbefedeb Return synchronized if seen document version > required document version for resolve action endpoint 2023-04-10 12:40:30 -07:00
Maryam Ariyan 72fcd7680b Apply PR feedback 2023-04-06 18:11:57 -07:00
Maryam Ariyan 243af55511 - Adds benchmark for diagnostics
- Making tweaks to make the diagnostics benchmark work
2023-04-06 18:02:48 -07:00