File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414using Moq . Async ;
1515using Moq . Properties ;
1616
17- [ assembly: Sponsorable ( 60 ) ]
18-
1917namespace Moq
2018{
21- class SponsorableAttribute : Attribute
22- {
23- public SponsorableAttribute ( ) { }
24- public SponsorableAttribute ( int days ) { }
25- }
26-
2719 /// <summary>
2820 /// Base class for mocks and static helper class with methods that apply to mocked objects,
2921 /// such as <see cref="Get"/> to retrieve a <see cref="Mock{T}"/> from an object instance.
@@ -40,13 +32,6 @@ protected Mock()
4032 {
4133 }
4234
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-
5035 /// <summary>
5136 /// Retrieves the mock object for the given object instance.
5237 /// </summary>
You can’t perform that action at this time.
0 commit comments