Easton Pillay
Easton Pillay
Couple things: 1. What version of Office do you currently have installed? (`winget list Microsoft.Office` will tell you if you're not sure). 2. What channel are you currently getting Office...
> the first configured source should be displayed. Why not the highest version available? If I have multiple sources and one is kept more up-to-date than another, I'd want to...
`File.WriteAllLines()` seems to use the [Environment.NewLine](https://docs.microsoft.com/en-us/dotnet/api/system.environment.newline?view=net-6.0) property, which defines whether we get CRLF or LF depending on platform. Here's the file where it's defined: https://github.com/dotnet/runtime/blob/9a06ea11fd1ac7600dc98b36d41eb151c57c9e84/src/libraries/System.Private.CoreLib/src/System/IO/TextWriter.cs#L36 As such we always get...
Are you using `wingetcreate update --submit` or submitting it yourself using `git push` and a PR? That might have something to do with it.
My guess is that the GitHub API is changing the line endings to LF on upload, but I don't have any proof of it. Still need to do some testing.
I've looked into this before, unfortunately you need the full ISO to install SQL Server (any edition) silently, not just the lightweight installer that Express/Developer ships with that downloads the...
Maybe an installer which accepts a URL with the config file could be created? That's what they did for Office, a new installer version was made because winget needed that...
I understand from an upgrade perspective, but it's usual for people to have more than one Windows SDK installed since Visual Studio projects can define a specific SDK version to...
Did you run it with --force?