Skip to content

Put concatenated strings in parentheses #36756

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 1 commit into from
Sep 20, 2021
Merged

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Sep 20, 2021

  • follow-up to 779db7f
  • errors occur but point to the + sign instead of displaying real problem

- follow-up to 779db7f
- errors occur but point to the `+` sign instead of displaying real problem
@dougbu dougbu added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 20, 2021
@dougbu dougbu requested a review from a team September 20, 2021 19:18
@dougbu dougbu merged commit 5750125 into main Sep 20, 2021
@dougbu dougbu deleted the dougbu/fix.previous.fix branch September 20, 2021 23:43
@ghost ghost added this to the 7.0-preview1 milestone Sep 20, 2021
dougbu added a commit that referenced this pull request Sep 29, 2021
- backport of #36449 and #36756

Dougbu/check.solution.filters (#36449)

  * Check solution filters
  - confirm all mentioned projects are in AspNetCore.sln
  - clean up CodeCheck.ps1
    - avoid aliases
    - rework long lines
    - avoid deprecated `dotnet run -p`
    - improve output a bit
    - correct whitespace
  - there can be only one
    - we have just one solution file
    - solution file should mention projects _once_

  * Add missing projects to AspNetCore.sln
  - Middleware.slnf contained projects that no longer exist eg. NodeServices
    - VS also sorted the file and VS 2019 added ARM64 configurations
  - a few other solution filters still referenced removed and moved projects
  - correct capitalization in some solution filters

  Note: Unable to load some WiX projects in VS 2019 or _any_ in VS 2022 (WiX extension unavailable for 2022)

  * Remove trailing comma in a solution filter

Put concatenated `string`s in parentheses (#36756)

  - follow-up to 779db7f
  - errors occur but point to the `+` sign instead of displaying real problem
dougbu added a commit that referenced this pull request Sep 30, 2021
- backport of #36449 and #36756

Dougbu/check.solution.filters (#36449)

  * Check solution filters
  - confirm all mentioned projects are in AspNetCore.sln
  - clean up CodeCheck.ps1
    - avoid aliases
    - rework long lines
    - avoid deprecated `dotnet run -p`
    - improve output a bit
    - correct whitespace
  - there can be only one
    - we have just one solution file
    - solution file should mention projects _once_

  * Add missing projects to AspNetCore.sln
  - Middleware.slnf contained projects that no longer exist eg. NodeServices
    - VS also sorted the file and VS 2019 added ARM64 configurations
  - a few other solution filters still referenced removed and moved projects
  - correct capitalization in some solution filters

  Note: Unable to load some WiX projects in VS 2019 or _any_ in VS 2022 (WiX extension unavailable for 2022)

  * Remove trailing comma in a solution filter

Put concatenated `string`s in parentheses (#36756)

  - follow-up to 779db7f
  - errors occur but point to the `+` sign instead of displaying real problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants