Skip to content

Feature/signalr chat#27

Open
Laki27 wants to merge 4 commits into
mainfrom
feature/signalr-chat
Open

Feature/signalr chat#27
Laki27 wants to merge 4 commits into
mainfrom
feature/signalr-chat

Conversation

@Laki27

@Laki27 Laki27 commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

Implement real-time chat

@Laki27 Laki27 requested review from Paacmann and mi16087 April 17, 2026 21:13

public DateTime CreatedAt { get; set; }
}
} No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add new line at the end of every file, so you don't get this sign. It's a styling issue, not a functional issue and it's in best practice.
Image


}

} No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line at the end

"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "ChatDb"
}
} No newline at end of file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line at the end

@mi16087 mi16087 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything seams to be in order, just add those new lines where necessary (i left comments on every file i saw the red circle)

@mi16087

mi16087 commented Apr 17, 2026

Copy link
Copy Markdown
Collaborator

Also you can see how to use code formatter in visual studio/rider when you want to commit, it should do the trick when spacings are in question

@DavidT01 DavidT01 added the enhancement New feature or request label Apr 19, 2026
@Laki27 Laki27 requested a review from mi16087 April 23, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants