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

Create Singleton #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Create Singleton

d6c2d24
Select commit
Loading
Failed to load commit list.
Open

Create Singleton #169

Create Singleton
d6c2d24
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Oct 3, 2023 in 1s

3 issues found.

Annotations

Check notice on line 26 in Singleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Singleton.cs#L26

A closing curly bracket must not be preceded by a blank line. (SA1508)

Check notice on line 19 in Singleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Singleton.cs#L19

A C# document may only contain a single class at the root level unless all of the classes are partial and are of the same type. (SA1402)

Check notice on line 24 in Singleton.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

Singleton.cs#L24

An opening curly bracket must not be followed by a blank line. (SA1505)