Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
init

Add presentation link

Add project/git settings files

Add draft SEO checker implementation

Add yarn, csharpier, .editorconfig, reformat code, add Directory.build.props

Add some unit tests, add StyleCop

Wrap up the core project, next up tests

Wrap up all of the project, draft done

Create dotnet.yml

Project updates

Remove Directory.build.props for docker

- for some unknown reason to me, build.props not applied in docker
build
- also removed --no-restore in dotnet build explicitly as it fails
without it

Docker build switch

Build and run with docker gh action

Fix dockerfile path

Disable test run for now

Revert to non-dockerbuild

Few fixes for CI run

Add cleanup job worker and test
  • Loading branch information
vmandic authored and Vedran Mandic committed Nov 28, 2024
0 parents commit ca0cd89
Show file tree
Hide file tree
Showing 119 changed files with 5,473 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
]
}
}
}
Loading

0 comments on commit ca0cd89

Please sign in to comment.