A casual attempt at a "classic" styled GroupBox for Avalonia. This repository primarily serves as a minor improvement over @derekantrican's Classic and Modern GroupBox examples at https://github.com/AvaloniaUI/Avalonia/issues/823#issuecomment-692270581
A while back I discovered my Semantic Release shareable config in [HaloSPV3/HCE.Shared](https://github.com/HaloSPV3/HCE.Shared) was working, but not as intended. This resulted in partial releases. One thing led to another and HCE.Shared is now undergoing a rewrite. Activity on this project will resume when I can release `HCE.Shared@^3.0.0-alpha`. At the time of writing, my _local_ HCE.Shared worktree has the following tasks to complete before release: - Rewrite Reflection module for exposing types in recursive prototype/inheritance chains - update unit tests - fix or ignore infinite recursion errors. Near-infiniteness is by design. The length of a fixed-length (per-element typing) array of prototypes/classes depends on the prototype/inheritance chain of generic type parameter `Class`. If the full chain of `Class` is unspecified, the length of the chain array is unknown. - NuGet Token Validation unit tests need to be updated according to source code changes. The source code works as intended, but the unit tests were written for a previous, broken design iteration. - NugetProjectProperties/MSBuildProjectProperties unit tests (including the Token Validation tests) fail when running in parallel due to parallel MSBuild commands attempting to open the same file(s) exclusively (win32 FILE_SHARE flag arg is set to not share). Caused by MSBuild "Pack" target outputs required for MSBuild CLI property evaluation and dummy .nupkg creation (used by NuGet Token Validation).
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by BinToss and has received 0 comments.