Skip to content

Rename Formatting projects and more #392

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

Merged
merged 4 commits into from
Feb 28, 2023

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Feb 25, 2023

  • rename netstandard Formatting projects
    • Formatting.NetCore and Formatting.NetStandard names no longer make sense
  • adjust netstandard Formatting output paths
    • align w/ new project names
  • use NETSTANDARD1_3 and Testing_NetStandard1_3
    • NETFX_CORE name no longer makes much sense
    • remove both NETFX_CORE C# defined constant and msbuild property
      • manually-defined constant completely unnecessary in src/ code
  • remove RuntimePortable.sln
    • solution name no longer makes much sense and division adds little or no value
    • add .NET Standard projects to Runtime.sln
    • add solution filters for .NET Framework and .NET Standard projects
    • remove $(BuildPortable) property and @(SolutionsToBuild) item group

- Formatting.NetCore and Formatting.NetStandard names no longer make sense
- align w/ new project names
- `NETFX_CORE` name no longer makes much sense
- remove both `NETFX_CORE` C# defined constant and `msbuild` property
  - manually-defined constant completely unnecessary in src/ code
- solution name no longer makes much sense and division adds little or no value
- add .NET Standard projects to Runtime.sln
- add solution filters for .NET Framework and .NET Standard projects
- remove `$(BuildPortable)` property and `@(SolutionsToBuild)` item group
Copy link
Contributor

@wtgodbe wtgodbe left a comment

Choose a reason for hiding this comment

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

Changes seem reasonable

@dougbu dougbu merged commit d56a97f into aspnet:main Feb 28, 2023
@dougbu dougbu deleted the dougbu/formatting.renames branch February 28, 2023 19:52
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.

2 participants