https://github.com/devlights/try-csharp
This is my TUTORIAL project for C#.
https://github.com/devlights/try-csharp
csharp dotnet dotnet-core dotnet-framework rider tutorial visual-studio
Last synced: 2 months ago
JSON representation
This is my TUTORIAL project for C#.
- Host: GitHub
- URL: https://github.com/devlights/try-csharp
- Owner: devlights
- License: mit
- Created: 2017-04-09T06:05:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T09:17:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T08:28:25.525Z (3 months ago)
- Topics: csharp, dotnet, dotnet-core, dotnet-framework, rider, tutorial, visual-studio
- Language: C#
- Homepage: https://devlights.hatenablog.com/
- Size: 355 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-csharp
This is my TUTORIAL project for csharp.
[](https://www.codefactor.io/repository/github/devlights/try-csharp)
[](https://gitpod.io/#https://github.com/devlights/try-csharp)## Version
```sh
$ dotnet --info
.NET SDK:
Version: 7.0.100
Commit: e12b7af219Runtime Environment:
OS Name: ubuntu
OS Version: 22.04
OS Platform: Linux
RID: ubuntu.22.04-x64
Base Path: /home/gitpod/dotnet/sdk/7.0.100/Host:
Version: 7.0.0
Architecture: x64
Commit: d099f075e4.NET SDKs installed:
7.0.100 [/home/gitpod/dotnet/sdk].NET runtimes installed:
Microsoft.AspNetCore.App 7.0.0 [/home/gitpod/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.0 [/home/gitpod/dotnet/shared/Microsoft.NETCore.App]Other architectures found:
NoneEnvironment variables:
DOTNET_ROOT [/home/gitpod/dotnet]global.json file:
Not found
```## Environments
```sh
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
```## Requirements
### [go-task](https://taskfile.dev/)
```sh
$ go install github.com/go-task/task/v3/cmd/task@latest
```## Run (IDE)
+ set TryCSharp.Tools.Cui project as 'startup project'
+ run onto IDE## Run (CLI)
```sh
$ task run
task: [run] dotnet run --project TryCSharp.Tools.Cui --onetime
```