Граф коммитов

206 Коммитов

Автор SHA1 Сообщение Дата
James Jackson-South ec3e588f79
Merge pull request #50 from stefannikolei/sn/editorconfig
Change some Editorconfig rules for code styling
2024-09-30 17:05:00 +10:00
Stefan Nikolei 6fe431af8d Change some Editorconfig rules for code styling 2024-09-07 13:43:25 +02:00
James Jackson-South 922c5b21e5
Merge pull request #48 from SixLabors/dependabot/github_actions/NuGet/setup-nuget-2
Bump NuGet/setup-nuget from 1 to 2
2024-04-17 22:29:04 +10:00
James Jackson-South 20fbc7da19
Merge pull request #47 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2024-04-17 22:28:40 +10:00
James Jackson-South 13749e5602
Merge pull request #46 from SixLabors/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2024-04-17 22:28:24 +10:00
James Jackson-South ce7b0af378
Merge branch 'main' into dependabot/github_actions/actions/cache-4 2024-04-17 22:28:03 +10:00
James Jackson-South 7664c2cceb
Merge pull request #49 from SixLabors/js/avif-lfs
Update .gitattributes to add HEIF LFS support
2024-04-17 22:27:41 +10:00
James Jackson-South a1e49fc10b Update .gitattributes 2024-04-17 22:22:04 +10:00
dependabot[bot] 5936004e23
Bump NuGet/setup-nuget from 1 to 2
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](https://github.com/nuget/setup-nuget/compare/v1...v2)

---
updated-dependencies:
- dependency-name: NuGet/setup-nuget
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 06:12:27 +00:00
dependabot[bot] 12c7bbb2a3
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 06:12:24 +00:00
dependabot[bot] f347cb178b
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 06:37:29 +00:00
James Jackson-South 1dbfb576c8
Merge pull request #45 from SixLabors/js/rule-ref-updates
Rule and reference updates
2024-01-21 22:02:06 +10:00
James Jackson-South 626829420d Update Xunit 2024-01-21 21:53:46 +10:00
James Jackson-South 0d48f38b3e Add primary constructor rule 2024-01-21 21:53:33 +10:00
James Jackson-South 1497a32019 Add AOT compatibility property 2024-01-21 21:53:16 +10:00
James Jackson-South d65232bbbf
Merge pull request #44 from SixLabors/js/update-deps
Update dependencies
2024-01-05 20:19:47 +10:00
James Jackson-South e7aff5a362 Update dependencies 2024-01-05 20:15:36 +10:00
James Jackson-South a46f97a7ce
Merge pull request #43 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2023-12-11 18:27:48 +10:00
dependabot[bot] cbaf0bf7d2
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 06:02:01 +00:00
James Jackson-South 1c526a97ee
Merge pull request #40 from SixLabors/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-12-01 23:31:54 +10:00
James Jackson-South 53e0257d1f
Merge branch 'main' into dependabot/github_actions/actions/checkout-4 2023-12-01 23:29:07 +10:00
James Jackson-South 4e892950d7
Merge pull request #42 from stefannikolei/sn/net8
Update testproject to net8 and c# to 12
2023-12-01 23:28:54 +10:00
Stefan Nikolei 9e1388edb2 Update xunit 2023-12-01 14:18:24 +01:00
Stefan Nikolei 5214ee4f90 Update dependencies to latest 2023-12-01 14:17:25 +01:00
James Jackson-South 1dbaeb6c9b
Merge branch 'main' into dependabot/github_actions/actions/checkout-4 2023-12-01 23:11:21 +10:00
Stefan Nikolei 93df5d57f3 Install net8 in action 2023-12-01 13:35:16 +01:00
Stefan Nikolei cd97d9119b Update testproject to net8 and c# to 12 2023-12-01 13:18:08 +01:00
James Jackson-South c6fda622ba
Merge pull request #41 from frg2089/patch-1
Append .ico .cur .ani into .gitattributes
2023-11-13 21:17:49 +10:00
舰队的偶像-岛风酱! 189bfc3d54
Update .gitattributes
- Append Windows Icon extension.
- Append Windows Cursor extension.
- Append Windows Animated Cursor extension.
2023-11-13 18:48:39 +08:00
dependabot[bot] 23216a459e
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 06:33:30 +00:00
James Jackson-South 353b9afe32
Merge pull request #39 from SixLabors/qoi-gitattributes
Add QOI to .gitattributes
2023-06-30 09:21:01 +10:00
Anton Firszov 9bfbffe1d4
Add QOI to .gitattributes 2023-06-30 01:10:49 +02:00
James Jackson-South f0d7ed20b3
Merge pull request #38 from stefannikolei/stefannikolei/nullable
Add nullable annotation for NotNullOrWhiteSpace
2023-03-20 07:03:01 +10:00
Stefan Nikolei aedc6998fa Add nullable annotation for NotNullOrWhiteSpace 2023-03-07 06:40:44 +01:00
James Jackson-South 9a6cf00d9a Replace MyGet feed 2023-02-22 21:35:12 +10:00
James Jackson-South 777842e386 Update .gitattributes 2023-02-14 19:38:08 +10:00
James Jackson-South 6c52486c51
Merge pull request #37 from SixLabors/js/update-refs
Update Test SDKs
2023-02-04 17:23:59 +10:00
James Jackson-South 176589e95d Bump Xunit 2023-02-04 17:19:13 +10:00
James Jackson-South cc14f25081 Update MS test sdk and Xunit test runner 2023-02-04 16:54:05 +10:00
James Jackson-South abf3d435ae
Merge pull request #35 from SixLabors/dependabot/github_actions/actions/setup-dotnet-3
Bump actions/setup-dotnet from 2 to 3
2023-01-04 21:23:11 +10:00
James Jackson-South a8fe073bc9
Merge branch 'main' into dependabot/github_actions/actions/setup-dotnet-3 2023-01-04 21:18:11 +10:00
James Jackson-South ab188a5c0a
Merge pull request #36 from MarkCiliaVincenti/FixGithubShields
Fix GitHub shields
2023-01-04 21:18:01 +10:00
Mark Cilia Vincenti d17a66c1dd
Fixed build status shield 2022-12-26 21:57:10 +01:00
Mark Cilia Vincenti d2c3b62782
Fixed build status shield 2022-12-26 21:55:32 +01:00
James Jackson-South 9a82679e92
Merge pull request #34 from stefannikolei/nikoleis/nrt
NRT
2022-12-19 07:58:43 +10:00
Stefan Nikolei 28bfbeaa9c Add CallerArgumentExpression to Guard 2022-12-18 13:18:08 +01:00
Stefan Nikolei 2c26991c9f Add CallerArgumentExpression and NotNull attributes
* Added CallerArgumentExpression to auto infer paramName
* Added NotNull Attribute to tell the compiler that the parameter is not null when the method return
* Removed unused method
* Add nullable to the test project
2022-12-18 12:47:14 +01:00
dependabot[bot] 5388e89c6f
Bump actions/setup-dotnet from 2 to 3
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 06:20:49 +00:00
Stefan Nikolei 47ff841e1d Remove unused method 2022-09-22 14:09:16 +02:00
Stefan Nikolei 507934aa35 Use ArgumentNullException 2022-09-20 13:32:17 +02:00