Márton Balassa
Márton Balassa
I'm a bit skeptical about this command. > add RestorePackagesWithLockFile with true if missing from csproj Copy-pasting this property from the first hit on google is faster than executing a...
What's incredibly annoying is that PowerToys somehow infers the langauge from keyboard settings, not even OS language. I set English as UI language everywhere for a reason, because the translations...
Yes unfortunately the component doesn't work with the latest avalonia templates.
IMO the following syntax would be more consistent with existing typing features of the language: ``` type Function = { name: string appScaleLimit: int serverFarmId: string } var functions: Function[]...
I don't know if that's possible at all, as far as I know, any error will break the build chain, so you can't get any targets to run after a...
You're probably right, however this would be a breaking change. The original purpose of this tool was to aid development when I'm working on multiple solutions at the same time...
It's do whatever you want with it license :) TBH I don't really maintain this project any more as it seems like a bad approach today.
Hi, unfortunately MSBump rewrites the first `Version` tag inside the first `PropertyGroup`. It has no concept of conditionals or other MSBuild features. When choosing the configuration to use, it just...
@damck can you provide a test case? Do you get any errors/warning when building with `dotnet build`?
Can you describe exactly what you are trying to achieve? If you want your assembly version to follow package version, simply remove the `AssemblyVersion` attribute. The `AssemblyVersion`˛ project property defaults...