Viktor Hofer

Results 78 issues of Viktor Hofer

Tracking issue as a follow-up to https://github.com/dotnet/arcade/pull/15018 When VS 17.12 is used to build our product: 1. Remove the NuGetAudit suppression for STJ/8.0.4 in https://github.com/dotnet/arcade/blob/main/eng/BuildTask.Packages.props 2. Upgrade STJ to 8.0.4...

see https://github.com/dotnet/arcade/pull/15018#issuecomment-2302911455 That's a bug in the msbuild tasks package authoring here in Arcade: https://github.com/dotnet/arcade/blob/a3756ed1e8c8a6098ebbff50ba93b1a3fd58e79d/eng/BuildTask.targets#L33-L84 It only excludes direct package dependencies, not transitive ones. Unsure how to fix this, though.

# Bug Fixes: https://github.com/NuGet/Home/issues/10368 Re-submission of https://github.com/NuGet/NuGet.Client/pull/5452 ## Description https://github.com/dotnet/runtime/pull/106329 is currently blocked because of this NuGet tooling bug. NuGet gets confused with transitive project and package dependencies with the...

Community

# Bug Fixes: https://github.com/NuGet/Home/issues/13743 Contributes to https://github.com/dotnet/source-build/issues/4467 ## Description Define an msbuild extension point to be able to import msbuild logic directly after the Directory.Packages.props file gets imported. This mimics...

Community

### Issue Description `dotnet msbuild /t:Build /clp:PerformanceSummary /v:m .\evalperfm.csproj` -> doesn't show the performance summary information. `dotnet msbuild /t:Build /clp:PerformanceSummary /v:m .\evalperfm.csproj -tl:off` does. Is that intentional? ### Steps to...

bug
Priority:3
triaged
Area: Terminal Logger

### Issue Description Apparently, msbuild ignores chained `->WithMetadataValue('...', '...')` item functions in an item update statement. ### Steps to Reproduce ```xml Exe net8.0 enable enable ``` `dotnet build /bl` Open...

bug
backlog
Area: Language
Priority:3
triaged

See https://github.com/dotnet/arcade/issues/15019 for more details

Currently there is no easy way to share launchSettings.json file. You need to create your own target and copy it into the project directory, which is far from ideal. Right...

Feature-Debugging
Triage-Approved

See https://github.com/dotnet/arcade/issues/15019 for more details

area-infrastructure

See https://github.com/dotnet/arcade/issues/15019 for more details

Needs-Triage