Alexander Wiedemann

Results 5 issues of Alexander Wiedemann

**Problem** I want to use .net interactive documentation to write my documentation but markdown doc files should still display my code samples when viewed in an environment without try .net...

enhancement
Community Suggestions
Feature Suggestions

Reproduce: ```csharp static class Outer { [UnionType(CaseOrder = CaseOrder.AsDeclared)] public partial record InitResult { public record Sync_ : InitResult; public record OneTimeSync_(string TempRepoFolder) : InitResult; public record NoSync_() : InitResult;...

bug

All out Match, Map, Bind methods should be decorated with this attribute to avoid missing the return value.

```csharp [UnionType] public abstract partial class MyBase { public required int Number { get; set; } } public class Derived : MyBase { } ``` -> generated code does not...

Version 0.4.2, .net 8: We encounter AccessViolationExceptions in SQLiteDistributedLock.UpdateExpiration. Mainly in debug mode, but we also encouter problems with the release version, were hangfire storage gets corrupted which might be...