Robert Dailey
Robert Dailey
Also, the root CMakeLists.txt defines `better-enums` as an interface library (interface libraries are designed for header-only libraries). It also generates a config package which can be installed for distribution. The...
Hmm not sure what you mean. The one I'm talking about is one I wrote from scratch in the `cmake-tests` branch (it started on _my_ fork, but then I pushed...
Sure, I'm not on a witch hunt or anything. That's why I left the "if reasonable to do so" there, because quite honestly I'm not sure what is needed for...
@aantron Could you take a look at these compiler errors on GCC 4.6 and let me know what you think? https://travis-ci.org/aantron/better-enums/jobs/145157666 Looks like there is a bug in GCC on...
Ok so somewhere along the line I probably broke that specific set of code in the CMake script. At first I was thinking if we need to remove 4.6 from...
Do you plan to document (or already have documented) a table of version compatibility for CliFx? For example, I have a project at work locked into .NET 4.8 for now....
I'd love more than anything to get off of .NET 4.8 but you know how slow things move sometimes in a corporate environment...
I was seeing build errors about the Microsoft CodeAnalyzers package missing when I used v2.2.1. Going back to v1.6 fixed it. So I simply assumed as of v2.0 you already...
One of many: > CSC: Error CS8032 : An instance of analyzer CliFx.Analyzers.CommandMustBeAnnotatedAnalyzer cannot be created from C:\Users\robert\.nuget\packages\clifx\2.2.1\analyzers\dotnet\cs\CliFx.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or...
Is this still an issue? I'm triggering release process based on a pull request merge for branches prefixed with `release/`. I will want to create a tag AND github release...