-
Notifications
You must be signed in to change notification settings - Fork 67
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
SlowCheetah does not transform when project is net48 Microsoft.NET.Sdk.Worker #254
Comments
I'm having the same issue but with .net 7.0. Same configurations as above but for AppSettings.json. Right context menu "Preview Transformation" works correctly however when building or publishing the AppSettings.json emitted has not been transformed.
|
ttstanley
pushed a commit
that referenced
this issue
Nov 14, 2024
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.6 to 2.5.7. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.6...2.5.7) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a code base that I build in both net48 and net6.0 and various executable projects that run either version. I have net48 dependency I cannot free myself from. However, the code works fine when targeting either framework.
For some of the projects, they are command-line driven console apps and the below works fine. I get an MyProject.exe.config file that is both transformed as well as includes all binding redirects.
However, I also need some functionality in a Windows Service, and so I have made a project file like this, and it simply does not do the transforms at all.
I've tried using Microsoft.DotNet.Xdt.Tools.2.0.0 instead of Microsoft.VisualStudio.SlowCheetah.4.0.8, but I can't seem to get it to produce a MyProject.exe.config file that both transforms as well as generates all the BindingRedirects correctly.
The text was updated successfully, but these errors were encountered: