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

Make controllers responses nullable #155

Closed
i4004 opened this issue Jun 30, 2021 · 0 comments
Closed

Make controllers responses nullable #155

i4004 opened this issue Jun 30, 2021 · 0 comments
Labels
area-core bug Something isn't working good-first-issue Issues identified as good for first-time contributors

Comments

@i4004
Copy link
Member

i4004 commented Jun 30, 2021

Currently we need to use "!" symbols in any page controllers:

public override ControllerResponse Invoke()
{
        ...
	return null!;
}
@i4004 i4004 added area-core bug Something isn't working good-first-issue Issues identified as good for first-time contributors labels Jun 30, 2021
@i4004 i4004 closed this as completed in 123c828 Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core bug Something isn't working good-first-issue Issues identified as good for first-time contributors
Projects
None yet
Development

No branches or pull requests

1 participant