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

Apply latest Library.Template #802

Merged
merged 452 commits into from
Sep 5, 2022
Merged

Apply latest Library.Template #802

merged 452 commits into from
Sep 5, 2022

Conversation

AArnott
Copy link
Collaborator

@AArnott AArnott commented Sep 5, 2022

No description provided.

AArnott and others added 30 commits September 25, 2020 13:50
Also add other supporting files so that the VS Code 'dev container' scenario and GitHub Codespaces works nicely.
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.2.31 to 3.3.37.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](v3.2.31...v3.3.37)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.CodeAnalysis.FxCopAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
- [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md)
- [Commits](dotnet/roslyn-analyzers@v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When investigating test run failures from Azure Pipelines, symbols from test binaries may be just as important as symbols from product binaries. So publish them as pipeline artifacts as well.

Also index all these symbols even in PR builds, since PR builds may fail and investigations may be required.
Publish test symbols on failures
Remove macOS from Azure Pipeline runs
Adapt to GitHub's new env and path operations
Download pdb2pdb from pkgs.dev.azure.com instead of dotnet.myget.org
Update source and pkg id for pdb2pdb tool
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.0 to 16.8.3.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v16.8.0...v16.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove the second [*.cs] because it is already declared at line 122
AArnott and others added 22 commits June 15, 2022 13:09
It was problematic since it disallowed non-default config names.

This reverts commit 79a4410.
The dump files used to be written to an agent TEMP directory. Somewhere along the lines they moved to the TestResults directory within the repo itself.

Fixes AArnott/Library.Template#167
Fix perf scaling issue in merging coverage reports
This presumably broke when the intermediate directory was changed to include the relative path to the project directory.
Bumps [Nullable](https://github.com/manuelroemer/Nullable) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/manuelroemer/Nullable/releases)
- [Changelog](https://github.com/manuelroemer/Nullable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/manuelroemer/Nullable/commits)

---
updated-dependencies:
- dependency-name: Nullable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Instead of showing it as a skipped task, just hide it if we won't run it because no codecov_token is provided.
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v17.2.0...v17.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.108 to 3.5.109.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](v3.5.108...v3.5.109)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](xunit/xunit@2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@AArnott
Copy link
Collaborator Author

AArnott commented Sep 5, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@AArnott AArnott merged commit 7465978 into main Sep 5, 2022
@AArnott AArnott deleted the libtemplate branch September 5, 2022 09:28
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