GitXplorerGitXplorer
y

cours-csharp

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
90b8e135d87f500f5762bbc417fafcc732a30f15

Merge pull request #40 from yostane/dependabot/pip/dev-dependencies-78ce4da292

yyostane committed a month ago
Verified
455c2b9a228f369b7e585b4cd82fe93d3f52ccd3

Bump the dev-dependencies group with 2 updates

ddependabot[bot] committed 2 months ago
Verified
f36bbe779ebd79f2aa70710ae62083c6d4f02490

Merge pull request #39 from yostane/dependabot/pip/dev-dependencies-0610082a93

yyostane committed 2 months ago
Verified
f2ec06980544ff7af1caf577bc083c56df43c335

Bump mkdocs-material from 9.5.42 to 9.5.43 in the dev-dependencies group

ddependabot[bot] committed 3 months ago
Unverified
9ac3714fc1ec0dd7ba6912f7d366d36bb9a20f67

Ajout exo

yyostane committed 3 months ago
Unverified
70d049be24ee3948ea299ec720e786ca03afb004

Refactor file paths and update file handling in Program.cs

yyostane committed 3 months ago

README

The README file for this repository.

Cours de C# (C Sharp)

ci workflow badge

Configuration VSCode

  • Créer un venv: python -m venv venv
  • Utiliser le formateur de "markdownlint"
  • settings.json
{
  "markdownlint.config": {
    "default": true,
    "MD007": { "indent": 4 }
  },
  "yaml.schemas": {
    "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
  },
  "yaml.customTags": [
    "!ENV scalar",
    "!ENV sequence",
    "tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
    "tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
    "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
  ]
}