We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Create(SecurityPermissionLevels.DenyAll)] [Edit(SecurityPermissionLevels.DenyAll)] public class UserApiToken { public string UserApiTokenId { get; set; } = Guid.NewGuid(); [InternalUse] public required string TokenHash { get; init; } public required string Description { get; init; } }
In MapToNew in generated DTOs:
Required member 'UserApiToken.TokenHash' must be set in the object initializer or attribute constructor.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In MapToNew in generated DTOs:
Required member 'UserApiToken.TokenHash' must be set in the object initializer or attribute constructor.
The text was updated successfully, but these errors were encountered: