tlewis-ba

Results 2 issues of tlewis-ba

# Background [Deconstruct](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/deconstruct)() is an [extension method](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/deconstruct) added (I think) in C# 10. It lets you access the fields of a struct/object in one go, like this: ```csharp PropertyInfo prop...

enhancement
good first issue

pl/dotnet was built originally for dotnet 6; this was current when we started the project, years ago, and we never updated it. Now that we are feature-complete, fast, tested, etc,...