2 files changed
+9
-9
lines changedSubmodule shared-infrastructure updated 39 files
- .editorconfig+404-341
- .gitattributes+14-13
- .github/FUNDING.yml+2
- .github/PULL_REQUEST_TEMPLATE.md+11
- .github/workflows/build-and-test.yml+104
- Directory.Build.props+21
- Directory.Build.targets+16
- NUGETLICENSE.md-6
- README.md+64-24
- SharedInfrastructure.sln+57-3
- SixLabors.Tests.ruleset-57
- SixLabors.ruleset-26
- THIRD-PARTY-NOTICES.TXT+52
- ci-build.ps1+11
- ci-test.ps1+37
- codecov.yml+11
- msbuild/props/SixLabors.Global.props+176
- msbuild/props/SixLabors.Src.props+45
- msbuild/props/SixLabors.Tests.props+50
- msbuild/targets/SixLabors.Global.targets+56
- msbuild/targets/SixLabors.Src.targets+20
- msbuild/targets/SixLabors.Tests.targets+4
- sixlabors.ruleset+16
- sixlabors.tests.ruleset+29
- src/Directory.Build.props+10
- src/Directory.Build.targets+10
- src/SharedInfrastructure/DebugGuard.cs-4
- src/SharedInfrastructure/Guard.Numeric.cs+240-120
- src/SharedInfrastructure/Guard.Numeric.tt.bak+20-10
- src/SharedInfrastructure/Guard.cs+52-30
- src/SharedInfrastructure/MathF.cs+13-42
- src/SharedInfrastructure/ThrowHelper.cs+1-1
- tests/Directory.Build.props+15
- tests/Directory.Build.targets+10
- tests/SharedInfrastructure.Tests/DebugGuardTests.cs+7-16
- tests/SharedInfrastructure.Tests/GuardTests.cs+8-20
- tests/SharedInfrastructure.Tests/MathFTests.cs+15-43
- tests/SharedInfrastructure.Tests/SharedInfrastructure.Tests.csproj+6-59
- tests/coverlet.runsettings+14
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
436 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments