Viktor Hofer
Viktor Hofer
@jeffkl I assume you are aware of this issue as you also the author of static graph restore. Is there anything that we can do to make that work?
1. Avoid .NET Standard 1.x dependencies in the repository completely. The remaining test package dependency that brings netstandard1.x is FakeItEasy. For that one, upgrade the transitive Castle.Core dependency to 5.x....
Two powershell scripts currently hardcode the TFM value: - https://github.com/dotnet/format/blob/0b968051beac5d7c1a62a52aee7fbbbb47dc1f47/eng/format-verifier.ps1#L76 - https://github.com/dotnet/format/blob/0b968051beac5d7c1a62a52aee7fbbbb47dc1f47/eng/perf.ps1#L48 While that wasn't a problem in the past, with now floating TFM versions defined by Arcade (`$(NetCurrent)`), the...
- [ ] This issue is blocking - [x] This issue is causing unreasonable pain Came up in https://github.com/dotnet/format/pull/1987 When using NuGet Central Package Management with more than one NuGet...
Directly invoke repo-projects/scenario-tests.proj Define inputs and outputs for the Test target for incremental build support. Add more logging to the Test target.
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=661154 Build error leg or test failing: tracing/eventpipe/providervalidation/providervalidation/providervalidation.cmd Pull request: https://github.com/dotnet/runtime/pull/101715 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssueJsonStepByStep.md). ```json...
1. By using NetMinimum and NetFrameworkMinimum as the TFM properties, the command-line-api build will automatically target the minimum in-support version of .NET and .NET Framework. 2. Upgrade the TFM to...
Fixes https://github.com/fluentassertions/fluentassertions/issues/2668 Update the ConfigurationManager dependency to 6.0.1 and System.Threading.Tasks.Extensions to 4.5.4. ## IMPORTANT * [x] If the PR touches the public API, the changes have been approved in a...