Replies: 1 comment
-
There were several factors to pulling the .NET Core package groups, but discouraging framework dependent apps was not one of them.
I don't know of any resources on how to write a v4 wixext other than looking at the source code for ones provided by WiX. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found #6099 that indicated .NET Core 3.1 packages were done in wix.4.0-preview.0. However the PR seems to be to the old standalone NetFx repos. When I search through the Wix4 repos I only find reference in some test data. I don't see any .NET Core PackageGroups in the wixlibs.
I know .NET 6/7 has been revving pretty hard... like monthly. Do we want someone to do this work or is the idea just let it go and people can publish their apps not framework dependent? For my purposes I think it would be good to have atleast one version of the hosting bundle per major release.
Also, are there any good resources on learning how to write my own wixext? I'm thinking I'd like to make a collection of package groups and make them available for others to use.
Beta Was this translation helpful? Give feedback.
All reactions