1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 23:15:41 +00:00
Commit Graph

235 Commits

Author SHA1 Message Date
66fe507b8d
Call ConfigureAwait(false) for all awaited tasks 2022-11-29 19:02:13 +00:00
7fe303c4eb
Call ConfigureAwait(false) 2022-11-29 18:55:00 +00:00
e656436519
Add xmldoc to operators in Coordinates 2022-11-29 18:46:56 +00:00
ff088a9870
Implement IEquatable<T> in Coordinates 2022-11-29 18:46:42 +00:00
c6ca753381
Add xmldoc to methods 2022-11-29 18:43:35 +00:00
36c0845fbe
Use built-in nint keyword over IntPtr CLR type 2022-11-29 18:40:26 +00:00
a91ac7d7fa
Discard return value from native calls 2022-11-29 18:38:24 +00:00
bb1fda7f9f
Validate not-null argument 2022-11-29 18:38:00 +00:00
002d53f003
Call ConfigureAwait for awaited methods 2022-11-29 18:37:42 +00:00
5ed2f4ca31
Return Task, not ValueTask 2022-11-29 18:36:50 +00:00
1991cc1b6f
Add package metadata 2022-11-29 18:33:42 +00:00
4790d5b33f
Add icon and license to package 2022-11-29 18:33:27 +00:00
88b8b58a95
Add CHANGELOG 2022-11-29 18:33:04 +00:00
ba0df75a25
[ci skip] [github actions] Run dotnet job on develop branch 2022-11-29 18:24:07 +00:00
9f22d466af
[github actions] Use .NET 7 SDK 2022-11-29 18:23:02 +00:00
d2887b6ab1
Update branding
Light blue instead of purple
2022-11-29 18:19:21 +00:00
4fb50c9e93
Multi-target .NET 6 and .NET 7 2022-11-29 15:46:13 +00:00
3e25e3cd11
Expose client extensions 2022-11-29 15:15:15 +00:00
55512d6c8d
throw on null client 2022-11-29 15:15:02 +00:00
027ce96ed3
Add Coordinates struct 2022-11-29 15:12:57 +00:00
a064328418
Add X10D 3.2.0-nightly.136 2022-11-29 15:03:44 +00:00
535f9fb9e8
Add Commands extension 2022-11-27 20:47:54 +00:00
e0666d54e4
Add support for client extensions
This is currently preliminary, and the only event mapped so far is chat messaging
2022-11-27 20:42:55 +00:00
99fc7120c7
Add bindings for vp_say and vp_console_message 2022-11-27 20:10:33 +00:00
693e90bff1
[ci skip] Add braces around single-statement bodies 2022-11-27 17:51:18 +00:00
1bf050eca0
Add proprietary FontStyle enum
Removes dependency on Windows-only API from System.Drawing
2022-11-27 17:17:32 +00:00
f1abc4374a
Add integration tests 2022-11-27 15:36:56 +00:00
56aae0116e
VpSharp.Says("Hello World"); 2022-11-27 15:35:24 +00:00
eda59e9d7e
[ci skip] Add NuGet versions to README 2022-11-27 15:26:48 +00:00
1797d47a6b
[ci skip] Reword About to avoid repetition 2022-11-27 15:26:40 +00:00
f480ee7f65
[ci skip] Update license year 2022-11-27 15:26:22 +00:00
7a00f8229f
[github actions] Add CI/CD 2022-11-27 15:05:19 +00:00
d878fb3dc5
[ci skip] Add Contributor Covenant COC 2022-11-27 15:05:08 +00:00
2ab78514ca
[ci skip] Add funding links 2022-11-27 15:04:45 +00:00
13348208c6
Initial commit 2022-11-27 15:00:59 +00:00