Commit 959fc51 committed Sep 7, 2024 · 6 / 6
1 parent ede9996 commit 959fc51 Copy full SHA for 959fc51
File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 14
14
using Moq . Async ;
15
15
using Moq . Properties ;
16
16
17
- [ assembly: Sponsorable ( 60 ) ]
18
-
19
17
namespace Moq
20
18
{
21
- class SponsorableAttribute : Attribute
22
- {
23
- public SponsorableAttribute ( ) { }
24
- public SponsorableAttribute ( int days ) { }
25
- }
26
-
27
19
/// <summary>
28
20
/// Base class for mocks and static helper class with methods that apply to mocked objects,
29
21
/// such as <see cref="Get"/> to retrieve a <see cref="Mock{T}"/> from an object instance.
@@ -40,13 +32,6 @@ protected Mock()
40
32
{
41
33
}
42
34
43
- /// <summary>
44
- /// If you're a sponsor, you can see this API!
45
- /// </summary>
46
- [ Sponsorable ]
47
- [ EditorBrowsable ( EditorBrowsableState . Never ) ]
48
- public static bool IsSponsor => true ;
49
-
50
35
/// <summary>
51
36
/// Retrieves the mock object for the given object instance.
52
37
/// </summary>
You can’t perform that action at this time.
0 commit comments