Skip to content

Question: Sponsorable Attribute in release v4.20.71 #1513

@tomvdk

Description

@tomvdk

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:

  1. Could you please explain the intend of this as it appears it is not used anywhere for now?
  2. How will you determine or will determine if a user is a sponsor?

[assembly: Sponsorable(60)]
namespace Moq
{
class SponsorableAttribute : Attribute
{
public SponsorableAttribute() { }
public SponsorableAttribute(int days) { }
}
}

Thanks for your answers.

Back this issue
Back this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions