lonix1
lonix1
Thanks for that! It would be nice to have these as in-app options though, so the config files don't get clobbered when upgrading.
Sometimes while I'm moving stuff around and refactoring, I want to *temporarily* ignore the whole file (i.e. not compile it), without fiddling with the CLI options. The quickest/easiest is a...
@mgol I don't want to derail this thread... but I tried your suggestion - thanks! - and it didn't work for me. I put the lines together at the top...
@KirillOsenkov Some feedback: I followed [these instructions](https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#building--running-the-avalonia-version-on-mac) for the Mac/Avalonia version: ```` dotnet build MSBuildStructuredLog.Avalonia.sln dotnet publish MSBuildStructuredLog.Avalonia.sln --self-contained -o ../dist ```` And I got publish errors: > /usr/share/dotnet/sdk/6.0.302/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CrossTargeting.targets(27,5): error...
PS another (minor) piece of feedback for linux: it doesn't have a (gnome) toolbar icon. Otherwise it seems to work, so far. It may be a good idea to add...
Thanks! Unsure what the implications are given that I'm using ubuntu 20, not 14 - but it compiled without error. I suggest this for the linux docs, which works for...
SQLite should also be considered. Simplest option - runs everywhere, zero setup. A good idea is to copy various other services (e.g. gogs/gitea) - out of the box, sqlite is...
You might want to look at the way they do it in [NUKE](https://www.nuke.build/docs/getting-started/execution/#execution-plans). I'm not saying it's better, just interesting and different - might provide you some nice ideas.
@tobyash86 Why am I wrong? I've used a large solution in NUKE and it's very helpful - check it for yourself, it's impressive.
So what I'm proposing would work for most people, not for those with 270+ projects.