broknecho
broknecho
Looks like a user has created a plugin for this: https://github.com/GeekbeeGER/WindowsGSM.CoreKeeper Found that in the Discord server
@seikosantana @farangkao Try using the more Verbose syntax: ```csharp public record class User() { public int PersonalNumber { get; init; } public string Login { get; init; } public string...
@roubachof Try doing the little bit more verbose version with `init` setters so that a default parameter-less constructor is created: ```csharp public record TourInfo() { public int Id { get;...