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

update readme #21

Closed
wants to merge 1 commit into from
Closed

update readme #21

wants to merge 1 commit into from

Conversation

liadembin
Copy link

firstly, I would like to say how much I love this challenge.
personally, I prefer not to use visual studio but rather Dotnet and I thought documenting the use of the Dotnet tool for the challenge would be helpful.

Copy link

@james-pre james-pre left a comment

Choose a reason for hiding this comment

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

The .csproj file is critical to the project (with or without VS)

This is the most important file in our application. It tells .NET how to build the project.

All .NET projects list their dependencies in the .csproj file. If you have worked with JavaScript before, think of it like a package.json file. The difference is, instead of a JSON, this is an XML file. When you run dotnet restore, it uses this file to figure out which NuGet packages to download and copy to the project folder.

The .csproj file also contains all the information that .NET tooling needs to build the project. It includes the type of the project being built (console, web, desktop, etc.), the platform this project targets and any dependencies on other projects or 3rd party libraries.

https://stackoverflow.com/a/65699364/17637456

@liadembin
Copy link
Author

Sure, maybe I missed it but I could find one, since an sln file was included I figured a csproject file ought to be as well, am I missing something?(a reason not to include) I’m not well versed in the c# eco system since I mostly do web, python, and some lower level.

@james-pre
Copy link

@liadembin Your PR deletes the .csproj file

@liadembin
Copy link
Author

my bad, sorry for bothering also, it seems that my suggestion to update the readme has already happened(). so I will close this request(#85)

@liadembin liadembin closed this Jul 22, 2023
eduherminio pushed a commit to lynx-chess/TeenyLynx that referenced this pull request Sep 15, 2023
Co-authored-by: Jamie Whiting <99771266+jw1912@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants