Include necessary files for public repo#2
Merged
Conversation
rajendranr-5483
requested changes
May 14, 2026
| Follow the style used by the [.NET Foundation](https://github.com/dotnet/runtime/blob/master/docs/coding-guidelines/coding-style.md), with two primary exceptions: | ||
|
|
||
| - We do not use the `private` keyword, as it is the default accessibility level in C#. | ||
| - We use hard tabs over spaces. |
Collaborator
There was a problem hiding this comment.
"- We use hard tabs over spaces." - what it denotes?
| ## Initial setup | ||
| ### Windows | ||
| - Install Visual Studio 2022 (v17.10 or newer) with ASP.NET and web development workload. | ||
| - Install [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0). |
Collaborator
There was a problem hiding this comment.
.NET 9 & .NET 10?
|
|
||
| <!-- Please make sure that there is a bug logged for the issue being fixed. The bug should describe the problem and how to reproduce it. --> | ||
|
|
||
| Fixes # |
Collaborator
There was a problem hiding this comment.
Couldn't understand this 'Fixes #'
Collaborator
Author
There was a problem hiding this comment.
It refers to the description about the fix or list of fixes included in this PR.
updated
Removed unnecessary lines
Collaborator
Author
VigneshNatarajan27
left a comment
There was a problem hiding this comment.
Hi SIr,
Addressed the review comments. please review and merge
Regards,
Vignesh Natarajan
rajendranr-5483
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Included necessary files (Contributing, Development, LICENSE, Code of Conduct, etc) for repo.