Skip to content

Commit

Permalink
Clean-up of now unneccesary PrivateAssets metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Aug 21, 2024
1 parent 6a36cb1 commit 079724c
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<ProjectReference Include="$(LibrariesProjectRoot)System.Linq.Expressions\src\System.Linq.Expressions.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Linq\src\System.Linq.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.ObjectModel\src\System.ObjectModel.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.Numerics\src\System.Runtime.Numerics.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.Serialization.Formatters\src\System.Runtime.Serialization.Formatters.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" SkipUseReferenceAssembly="true" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<FeatureWasmPerfTracing>true</FeatureWasmPerfTracing>
<AssemblyName>System.Diagnostics.Tracing</AssemblyName>
<!-- tell references.targets to bump the assembly version -->
Expand All @@ -12,11 +13,14 @@
<IncludePlatformAttributes>true</IncludePlatformAttributes>
<DefineConstants Condition="'$(FeatureWasmPerfTracing)' == 'true'">$(DefineConstants);FEATURE_WASM_PERFTRACING</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\System.Diagnostics.Tracing\ref\System.Diagnostics.Tracing.cs" />
<Compile Include="..\..\System.Diagnostics.Tracing\ref\System.Diagnostics.Tracing.Counters.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\ref\System.Runtime.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/libraries/System.Net.Http/src/System.Net.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
<ProjectReference Include="$(CoreLibProject)" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Collections.Concurrent\src\System.Collections.Concurrent.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'browser'">
<ProjectReference Include="$(CoreLibProject)" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices\gen\Microsoft.Interop.SourceGeneration\Microsoft.Interop.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\gen\JSImportGenerator\JSImportGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<ProjectReference Include="$(LibrariesProjectRoot)System.Linq\src\System.Linq.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Memory\src\System.Memory.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.ObjectModel\src\System.ObjectModel.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading.Thread\src\System.Threading.Thread.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetPlatformIdentifier>$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))</TargetPlatformIdentifier>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworks>$(NetCoreAppCurrent)-browser</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Use following lines to write the generated files to disk. -->
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
</PropertyGroup>

<!-- Make debugging easier -->
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<WasmNativeDebugSymbols>true</WasmNativeDebugSymbols>
<WasmNativeStrip>false</WasmNativeStrip>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)JavaScriptInterop.cs" />
<InternalsVisibleTo Include="System.Runtime.InteropServices.JavaScript.Tests" />
<ProjectReference Include="$(CoreLibProject)" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Collections\src\System.Collections.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Memory\src\System.Memory.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading.Thread\src\System.Threading.Thread.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.InteropServices.JavaScript\src\System.Runtime.InteropServices.JavaScript.csproj" SkipUseReferenceAssembly="true" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<ProjectReference Include="$(CoreLibProject)" />
<ProjectReference Include="..\JavaScriptLibrary\JavaScriptLibrary.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Uri\src\System.Private.Uri.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Collections\src\System.Collections.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Memory\src\System.Memory.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj" PrivateAssets="all"/>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime.Serialization.Primitives\src\System.Runtime.Serialization.Primitives.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Xml.ReaderWriter\src\System.Xml.ReaderWriter.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" PrivateAssets="all" />
<ProjectReference Include="..\..\System.Threading\ref\System.Threading.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\ref\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading\ref\System.Threading.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<AssemblyName>System.Threading.ThreadPool</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<FeatureWasmManagedThreads>true</FeatureWasmManagedThreads>
<!-- tell references.targets to bump the assembly file version -->
<IsExperimentalRefAssembly>true</IsExperimentalRefAssembly>
Expand All @@ -12,11 +13,14 @@
<IncludePlatformAttributes>true</IncludePlatformAttributes>
<DefineConstants Condition="'$(FeatureWasmManagedThreads)' == 'true'">$(DefineConstants);FEATURE_WASM_MANAGED_THREADS</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="$(LibrariesProjectRoot)System.Threading.ThreadPool\ref\System.Threading.ThreadPool.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" PrivateAssets="all" />
<ProjectReference Include="..\..\System.Threading.Overlapped\ref\System.Threading.Overlapped.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\ref\System.Runtime.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Threading.Overlapped\ref\System.Threading.Overlapped.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" PrivateAssets="all" />
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Collections.NonGeneric\src\System.Collections.NonGeneric.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.ObjectModel\src\System.ObjectModel.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all"/>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj"
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_Mono)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Interpreter_RuntimeTests monointerpreter)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / dotnet-linker-tests (Build osx-x64 release Runtime_Release)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build maccatalyst-x64 Release AllSubsets_Mono)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug AllSubsets_Mono_LLVMAOT)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_NativeAOT)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release NativeAOT)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Debug AllSubsets_CoreCLR)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build tvossimulator-x64 Debug AllSubsets_Mono)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release AllSubsets_Mono)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build tvos-arm64 Release AllSubsets_NativeAOT)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Mono_MiniJIT_LibrariesTests)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Release AllSubsets_Mono_Minijit_RuntimeTests minijit)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug CoreCLR_Libraries)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-arm64 Release NativeAOT_Libraries)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build osx-x64 Debug Libraries_CheckedCoreCLR)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

Check failure on line 14 in src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj

View check run for this annotation

Azure Pipelines / runtime (Build ios-arm64 Release AllSubsets_Mono)

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj#L14

src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj(14,5): error MSB4025: (NETCORE_ENGINEERING_TELEMETRY=Restore) The project file could not be loaded. Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 14, position 5. /Users/runner/work/1/s/src/libraries/System.Xml.XDocument/src/System.Xml.XDocument.csproj
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/System.Xml.XPath/src/System.Xml.XPath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Collections.NonGeneric\src\System.Collections.NonGeneric.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" PrivateAssets="all"/>
<ProjectReference Include="$(LibrariesProjectRoot)System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/libraries/shims/stubs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" PrivateAssets="all" Condition="'$(DisableImplicitFrameworkReferences)' == 'true'" />
<ProjectReference Include="$(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" Condition="'$(DisableImplicitFrameworkReferences)' == 'true'" />
</ItemGroup>

</Project>

0 comments on commit 079724c

Please sign in to comment.