1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-18 10:06:09 +00:00
Commit Graph

1072 Commits

Author SHA1 Message Date
4dc5fc1148
[ci skip] docs: update license year 2024-02-17 15:30:02 +00:00
22da9aa769
fix(ci): workflow should use 'with' not 'env' 2024-02-17 00:28:58 +00:00
5e60019a0d
[ci skip] ci: downgrade codecov-action to 4.0.0 2024-02-12 15:09:15 +00:00
9a506a6b29
[ci skip] fix(ci): output xml from dotCover 2024-02-12 14:45:42 +00:00
a71cb73df7
[ci skip] ci(test): add dotCover output to codecov upload 2024-02-12 14:42:44 +00:00
1daa8ffd56
[ci skip] fix(ci): remove shell field from dotcover install step 2024-02-12 10:23:03 +00:00
ac82200303
[ci skip] ci: switch to codecov for coverage 2024-02-12 10:20:35 +00:00
52c85f3498
[ci skip] ci: add sonar.cs.dotcover.reportsPaths 2024-02-12 09:34:05 +00:00
8380b9e063
[ci skip] docs: fix sonarcloud project key in readme 2024-02-12 01:50:21 +00:00
e6b165645b
ci: update sonarcloud project key 2024-02-12 01:46:16 +00:00
5ff7b68b37
[ci skip] ci: add workflow_dispatch trigger to docfx workflow 2023-08-24 01:54:25 +01:00
9aed06b533
[ci skip] docs: add X10D.Hosting to docfx project 2023-08-24 01:53:50 +01:00
3e338eb2f5
fix(ci): build on subdir branch push 2023-08-23 16:15:10 +01:00
f57318a381
[ci skip] fix(docs): fix incorrect stable commit ref 2023-08-22 23:27:26 +01:00
bf0930ee17
[ci skip] docs: update latest stable ref in X10D.Unity readme 2023-08-22 23:25:10 +01:00
457fbbb83c
[ci skip] docs: fix README branding header in X10D.Unity 2023-08-22 22:42:23 +01:00
a9cde347bd
[ci skip] docs: bump to 3.3.1 2023-08-21 17:42:59 +01:00
71a9c787e2
Merge branch 'hotfix/3.3.1' into main 2023-08-21 17:39:56 +01:00
42cb9acb48
fix: fix AddHostedSingleton not accepting interface as service type 2023-08-21 17:39:35 +01:00
0afe45f4d6
chore: bump to 3.3.1 2023-08-21 17:39:28 +01:00
70cb1b7230
Merge branch 'release/3.3.0' into main 2023-08-21 17:26:01 +01:00
22532e8cef
feat: add service/impl register for AddHostedSingleton 2023-08-21 17:25:41 +01:00
a715384e98
chore: bump to 3.3.0 2023-08-21 17:23:27 +01:00
a0b07edc82
fix: replace Moq with a library that DOESN'T steal your pii
Moq has recently introduced a payload named SponsorLink which takes PII (your email address) to send to a third party server for remote verification.

This kind of suspicious data harvesting is simply unacceptable, and the developers have now destroyed all credibility and trust with their user base. This change replaces Moq with NSubstitute.

For further information, see:
https://github.com/moq/moq/issues/1372
2023-08-09 15:18:01 +01:00
7b844bd703
Merge branch 'release/3.2.2' into main 2023-06-05 21:50:03 +01:00
1a2f92c700
docs: update version in README 2023-06-05 21:47:42 +01:00
678dd914d4
feat: add support for new usernames
user discriminators become "0" if the user has a new username, distinct from "0000" for webhooks.
2023-06-05 21:47:24 +01:00
103e037dc8
docs: update changelog 2023-06-05 21:47:04 +01:00
f84fc044ba
chore: bump to 3.2.2 2023-06-05 21:46:51 +01:00
455b324071
feat: add support for new usernames
user discriminators become "0" if the user has a new username, distinct from "0000" for webhooks.
2023-06-05 21:38:09 +01:00
7222bbb496
Merge branch 'release/3.2.1' into main 2023-06-05 21:35:12 +01:00
35073d9c85
chore: bump to 3.2.1 2023-06-05 21:34:54 +01:00
334c64e995
[ci skip] ci: add workflow_dispatch trigger to nightly workflow 2023-04-13 23:27:08 +01:00
545994389d
[ci skip] ci: run dotnet and unity workflows from all branches 2023-04-13 23:26:54 +01:00
a0d70eaa35
[ci skip] ci: add workflows for push to any branch 2023-04-13 21:55:38 +01:00
1c58403708
[ci skip] ci: add workflow_dispatch trigger for sonarcloud 2023-04-13 21:55:38 +01:00
Oliver Booth
b5f4c16266
[ci skip] update bug-report.yml
Adds 3.2.0 and "nightly/other" to version options.
2023-04-13 21:39:00 +01:00
af6534d23d
Merge branch 'develop' into main 2023-04-13 20:55:57 +01:00
0ae377250c
feat: add IEnumerable<T>.Except(T)
LINQ-provided Except method filters by array, but there's no way to filter a single value. This method introduces single-value filtering.
2023-04-13 20:55:24 +01:00
847af30945
docs: properly document ArgumentNullException 2023-04-13 20:54:07 +01:00
a07cc4118a
Merge branch 'main' into develop 2023-04-13 02:38:39 +01:00
a23be6dd77
[ci skip] fix(ci): mkdir docfx_project/images 2023-04-13 02:38:17 +01:00
4639fbd6a4
Merge branch 'develop' into main 2023-04-13 02:36:04 +01:00
25ef4e68ef
fix(docs): fix cp source (+g. oops) 2023-04-13 02:35:44 +01:00
3bd69dfa36
Merge branch 'develop' into main 2023-04-13 02:33:29 +01:00
2f5d1aee4c
docs: add favicon and app title to docfx project 2023-04-13 02:31:21 +01:00
1be3f75538
docs: add initial docfx intro 2023-04-13 02:27:35 +01:00
3655e33a9c
chore(test): update test project to 2021.3.22f1
ref b6c551784ba3
2023-04-13 01:50:26 +01:00
3f08f5270f
feat: add DebugUtility.DrawFunction 2023-04-13 01:48:58 +01:00
9b4ef5abb6
Merge branch 'develop' into main 2023-04-12 12:47:53 +01:00