We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de66a0 commit 955aee4Copy full SHA for 955aee4
RestClient.Net.CsTest/Models/User.cs
@@ -1,5 +1,6 @@
1
namespace RestClient.Net.CsTest.Models;
2
3
+
4
/*
5
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
6
internal record User(int Id, string Name, string Email);
0 commit comments