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

SA1400 does not recognize file-scoped types. #3659

Closed
jkoritzinsky opened this issue May 23, 2023 · 3 comments
Closed

SA1400 does not recognize file-scoped types. #3659

jkoritzinsky opened this issue May 23, 2023 · 3 comments

Comments

@jkoritzinsky
Copy link

SA1400 raises a warning on the following code: static file class ElementsMarshallingCollectionSourceExtensions {}

It says that an access modifier should be added, but you cannot combine an access modifier with file scoping.

@bjornhellander
Copy link
Contributor

Looks like a duplicate of #3588. This has already been fixed, but not yet released.

@jkoritzinsky jkoritzinsky closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2023
@jkoritzinsky
Copy link
Author

Closed this as a duplicate

@bjornhellander
Copy link
Contributor

I hope this fix can get released soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants