✅ Inconsistent accessibility: parameter type ''x" is less accessible than "y"
I'm getting this weird error here. Probably some namespace wizardry i'm not aware of.
12 Replies
Program
needs to be a public class, since the constructor is public
add public partial class Program;
to your Program.csthat's not what the error refers to
im using top level statements
so do this
like this?

yes
It works now
kinda confused ab how should i've come up w that random public partial class lol
By knowing what top-level statements generate
But yeah, it's not exactly front-and-center knowledge
but also isn't it weird to reference
Program
anywhere?
is this normal for this stuff?I need it for tests
they tell you to do this in the documentation https://learn.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-9.0#basic-tests-with-the-default-webapplicationfactory