Skip to content

Comments

Clean-up: Remove xml headers, copyright notices, use TFM properties, …#321

Open
ViktorHofer wants to merge 1 commit intodotnet:mainfrom
ViktorHofer:Cleanup
Open

Clean-up: Remove xml headers, copyright notices, use TFM properties, …#321
ViktorHofer wants to merge 1 commit intodotnet:mainfrom
ViktorHofer:Cleanup

Conversation

@ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Feb 17, 2026

…fix build

  • Remove unnecessary xml headers from msbuild files
  • Remove unnecessary copyright headers from msbuild files
  • Remove unnecessary Publishing.props file as v3 is the default
  • Use TFM properties instead of hardcoded values (and update to in-support TFMs)
  • Fix the build due to compiling against newer version of .NET
  • Style clean-up in project files
  • Remove unnecessary packaging workaround: Needs Change PackageReference to PackageDownload in SymStore.targets arcade#16526

…fix build

- Remove unnecessary xml headers from msbuild files
- Remove unnecessary copyright headers from msbuild files
- Remove unnecessary Publishing.props file as v3 is the default
- Use TFM properties instead of hardcoded values (and update to in-support TFMs)
- Fix the build due to compiling against newer version of .NET
- Style clean-up in project files
#if NET
stream.ReadExactly(_buffer, 0, capacity);
#else
stream.Read(_buffer, 0, capacity);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a bug on .NET Framework?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we should probably add code similar to https://github.com/dotnet/arcade/pull/15673/changes

@tmat
Copy link
Member

tmat commented Feb 17, 2026

CI failing with

src\Pdb2Pdb\Pdb2Pdb.csproj(0,0): error NU1108: (NETCORE_ENGINEERING_TELEMETRY=Restore) Cycle detected. 
  Microsoft.DiaSymReader.Pdb2Pdb -> Microsoft.DiaSymReader.Pdb2Pdb (>= 1.1.0-beta2-19575-01).

@ViktorHofer
Copy link
Member Author

Merge with latest main now that the Arcade PR is merged. Maybe enable the setting in the admin panel (Update branch button).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants