Davidvanluijk

Results 5 issues of Davidvanluijk

I recently started using the gitinfo nuget package, but on the build server I randomly get build errors: ...\obj\x86\Release\ThisAssembly.GitInfo.g.cs(38,35): error CS1525: Invalid expression term '' [project.csproj] ...\obj\x86\Release\ThisAssembly.GitInfo.g.cs(38,35): error CS1056: Unexpected...

need info

I'm trying to build an installer project with .net 8. I'm following https://github.com/oleg-shilo/wixsharp/blob/wix-v4-master/Source/src/NET-Core/Sample/. It doesn't compile however, the error that occurs is: 0>wix.exe: Error WIX0144 : The extension 'C:\MyInstaller\My Product.wxs'...

enhancement
Done / Released
discussion

A follow up from: Cannot build .net 8 example project #1574 I've been able to build the sample project and convert one of our Wix 3.x based projects using .net8...

discussion

### Description 1. Open the gitea website 2. Create a repository 3. Create branch Branch_A_Development 4. Create branch Branch_A_Production 5. Add branch protection rule for "protected branch name pattern" Branch_*_Production...

type/proposal
proposal/accepted

### Reproduction steps 1. Setup a local bare repository in a folder (C:\temp\Remote in below tests) 2. Create a orphan branch (named BigBranch for example) and commit some data in...