Skip to content
New issue

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

Use source generation to create the public partial class Program needed by UITT (OSOE-829) #246

Open
sarahelsaig opened this issue Mar 15, 2024 · 0 comments

Comments

@sarahelsaig
Copy link
Member

sarahelsaig commented Mar 15, 2024

Now that we are dabbling in source generators, should we replace the boilerplate

[SuppressMessage(
    "Design",
    "CA1050: Declare types in namespaces",
    Justification = "As described here: https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-6.0.")]
public partial class Program
{
    protected Program()
    {
        // Nothing to do here.
    }
}

with generated source too?

Jira issue

@github-actions github-actions bot changed the title Use source generation to create the public partial class Program needed by UITT Use source generation to create the public partial class Program needed by UITT (OSOE-829) Mar 15, 2024
@sarahelsaig sarahelsaig changed the title Use source generation to create the public partial class Program needed by UITT (OSOE-829) Use source generation to create the public partial class Program needed by UITT (OSOE-829) Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants