Skip to content
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

Moving formatting service to common layer #10761

Merged
merged 10 commits into from
Aug 21, 2024

Cleanup doc-comments

e73ada8
Select commit
Loading
Failed to load commit list.
Merged

Moving formatting service to common layer #10761

Cleanup doc-comments
e73ada8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / razor-tooling-ci succeeded Aug 21, 2024 in 7m 31s

Build #20240820.14 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 52,050 (99.71%)
  • Other: 151 (0.29%)
  • Total: 52,202

Annotations

Check failure on line 1 in ViewComponentTagHelperDescriptor_RoundTripsProperly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-ci

ViewComponentTagHelperDescriptor_RoundTripsProperly

System.InvalidOperationException : HashSet contained entry but we were unable to get the value from it. This should be impossible
Raw output
   at Microsoft.AspNetCore.Razor.Utilities.StringCache.TryGetValue(String key, String& value) in /_/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Utilities/StringCache.cs:line 77
   at Microsoft.AspNetCore.Razor.Utilities.StringCache.GetOrAddValue(String key) in /_/src/Razor/src/Microsoft.AspNetCore.Razor.ProjectEngineHost/Utilities/StringCache.cs:line 38
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.Cached(String str) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 38
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.<ReadTagHelperFromProperties>g__ReadFromProperties|9_8(JsonDataReader reader) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 196
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadNonNullObject[T](ReadProperties`1 readProperties) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 343
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.<ReadTagHelperFromProperties>g__ReadRequiredAttribute|9_1(JsonDataReader reader) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 182
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadImmutableArray[T](ReadValue`1 readElement) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 421
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadImmutableArrayOrEmpty[T](String propertyName, ReadValue`1 readElement) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 455
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.<ReadTagHelperFromProperties>g__ReadFromProperties|9_7(JsonDataReader reader) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 169
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadNonNullObject[T](ReadProperties`1 readProperties) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 343
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.<ReadTagHelperFromProperties>g__ReadTagMatchingRule|9_0(JsonDataReader reader) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 161
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadImmutableArray[T](ReadValue`1 readElement) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 421
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadImmutableArrayOrEmpty[T](String propertyName, ReadValue`1 readElement) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 455
   at Microsoft.AspNetCore.Razor.Serialization.Json.ObjectReaders.ReadTagHelperFromProperties(JsonDataReader reader, Boolean useCache) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/ObjectReaders.cs:line 138
   at Microsoft.VisualStudio.LanguageServices.Razor.TagHelperDescriptorSerializationTest.<>c.<ViewComponentTagHelperDescriptor_RoundTripsProperly>b__3_3(JsonDataReader r) in /_/src/Razor/test/Microsoft.CodeAnalysis.Razor.Workspaces.Test/Serialization/TagHelperDescriptorSerializationTest.cs:line 140
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadNonNullObject[T](ReadProperties`1 readProperties) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 343
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataReader.ReadObject[T](ReadProperties`1 readProperties) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataReader.cs:line 321
   at Microsoft.AspNetCore.Razor.Serialization.Json.JsonDataConvert.<>c__DisplayClass6_0`1.<DeserializeObject>b__0(JsonDataReader dataReader) in /_/src/Shared/Microsoft.AspNetCore.Razor.Serialization.Json/JsonDataConvert.cs:line 83
   at Microsoft.AspNetCore.Razor.Serialization.Json.Jso