Adam Kauffman
Adam Kauffman
> ``` > > AfterPublish > Publish > > > > > > ``` Thank you so much! I tried so many permutations of Publish/AfterPublish. I wasn't able to get...
I am unable to delete files from an SMB share with no trash. This might be the reason. Instead of throwing an error, we need to issue a regular filesystem...
I was just noticing that the binaries are checked in to source control instead of released in the releases section, where binaries go.
I solved this by preprocessing my `DataTable` to the generic list of dictionaries seen in your examples. I recommend deleting the code path `GenerateSheetByDataTable` and instead converting the different inputs,...
[According to the documentation](https://docs.microsoft.com/en-us/office/troubleshoot/excel/determine-column-widths) the width unit is a single character in the default font. So setting the `column.Width = text.Length` is a good place to start. If you want...
The official way to do this is found here: https://github.com/dotnet/deployment-tools/tree/main/src/clickonce/native/projects/NetCoreCheck This is what the WiX team is doing: https://wixtoolset.org/development/wips/6264-add-dotnet-runtime-compatibility-check/
For now, the lazy way to do this is to include the installer and run it every time. If it's already installed then it does nothing. This uses the installer...
I'm confused by this whole AEA problem when it seems like filesystem hardlinks would be the solution. Why invent some new type of file link that doesn't work when filesystem...
> @dawin-knipp That's one of the major limitations of the MSIX packaging format, has nothing to do with winget-itself. see [#1841 (comment)](https://github.com/microsoft/winget-cli/pull/1841#issuecomment-1009193824) So can we get an MSI installer? It's...
Naturally, the installer would need to be configured properly. There needs to be two options: 1. Per user install 2. Admin install If you're an Admin trying to update all...