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
Hi @kzu ,
First of all, thank you for your work on Moq.
We've noticed in release v4.20.71, you've added an attribute Sponsorable. This raised a few questions at our company:
[assembly: Sponsorable(60)] namespace Moq { class SponsorableAttribute : Attribute { public SponsorableAttribute() { } public SponsorableAttribute(int days) { } } }
Thanks for your answers.
The text was updated successfully, but these errors were encountered:
Remove unused attribute
1e8bd31
This was an unintended addition. Fixes #1513
959fc51
I have unlisted that version and .72 should be out momentarily without that unused attribute. Thanks for spotting it :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi @kzu ,
First of all, thank you for your work on Moq.
We've noticed in release v4.20.71, you've added an attribute Sponsorable. This raised a few questions at our company:
[assembly: Sponsorable(60)]
namespace Moq
{
class SponsorableAttribute : Attribute
{
public SponsorableAttribute() { }
public SponsorableAttribute(int days) { }
}
}
Thanks for your answers.
The text was updated successfully, but these errors were encountered: