Releases
v1.0.0
1.0.0 (2024-12-12)
⚠ BREAKING CHANGES
update to dotnet 9
update to dotnet 9
use System.IO.Abstractions
to help mocking + Improve tests
use App.cs as main program class instead of using ExampleService.cs
Features
add .editorconfig (af3b0f9 )
add AppSettings.cs
(d8579be )
add EnsureInputsAreValid
method to App
(126c74b )
add run.sh
to run project with docker compose (6a696bc )
add command-line parser (fd7ff3b )
add sqlite (790d971 )
add template for output
parameter (f777f39 )
add template for output
parameter (#10 ) (e794227 )
add template.json (f512e17 )
ci: add codeql.yml (6ae046a )
ci: add codeql.yml (400b663 )
ci: add dependabot.yml (955eb26 )
ci: add dependabot.yml (a75f8d3 )
ci: add dotnet.yml (eda6db4 )
ci: add pr-coverage.yml (d11ddb9 )
ci: add release-please.yml (9c0a4da )
ci: add release-please.yml (d713fda )
command-line: add sample validation (e137841 )
implement base codes (91c29d4 )
pack: add pack data to ConsoleSharp.csproj (9b8adeb )
pack: add pack data to ConsoleSharp.csproj (8b3144e )
scripts: add new scripts (b5272f8 )
scripts: add new scripts (195b317 )
settings: override ToString
for AppSettings
(a2f7df0 )
Bug Fixes
#8 (fb37481 )
#8 (47ebe4d )
add tests for EnsureInputsAreValid
method (9ad6b50 )
add tests for AppSettingsTests.ToString() (5eae9fe )
add tests for CommandLine.cs (1af0c9f )
ci: dependabot.yml (d1ad933 )
ci: dependabot.yml (b3edc14 )
ci: update release-please.yml (cf2191a )
database: add database volume to docker-compose.yml (1cedb62 )
dep: update packages (8a378b1 )
dep: update packages (57f1378 )
gitignore: add *.DotSettings.user
(03767ee )
logging: use appsettings.json configurations (83feab3 )
move AppSettings.cs to settings
folder (a059db9 )
remove template
from project name (281d610 )
scripts: update run.sh and move into scripts
folder (d892d2e )
scripts: update run.sh and move into scripts
folder (1b0a156 )
update to dotnet 9 (fb37481 ), closes #8
update to dotnet 9 (47ebe4d ), closes #8
use System.IO.Abstractions
to help mocking + Improve tests (3b4bb71 )
use App.cs as main program class instead of using ExampleService.cs (954c848 )
You can’t perform that action at this time.