1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 04:55:41 +00:00
Commit Graph

225 Commits

Author SHA1 Message Date
fd52361a5e
Initialize Path to null
This value is assigned when the instance is created, so it's guaranteed not to be null when it reaches client code
2022-11-30 18:48:40 +00:00
548a5de2be
Don't use base Exception 2022-11-30 18:47:57 +00:00
80679fa8c4
Add missing xmldoc 2022-11-30 18:46:02 +00:00
8bbbf170e3
Use NRT where appropriate 2022-11-30 18:43:59 +00:00
267c450677
Add helper methods to complement Vector3d operators 2022-11-30 18:40:02 +00:00
f16349225b
Remove implicit bool cast in JoinResult 2022-11-30 18:39:33 +00:00
61042ee5e8
Cast to IntPtr if .NET < 7 2022-11-30 18:39:02 +00:00
b95de092f8
Don't use target-typed new for method returns 2022-11-30 18:38:51 +00:00
f640d5e999
Use in parameters for Vector3d static methods 2022-11-30 18:38:13 +00:00
17e3795eeb
Discard native return values when irrelevant 2022-11-30 18:37:07 +00:00
775f068fe7
Remove redundant readonly modifiers 2022-11-30 18:30:35 +00:00
836d48525b
Add missing using directive 2022-11-30 18:30:18 +00:00
88483373ee
Fix spacing 2022-11-30 18:25:05 +00:00
5019ef94b0
Allow nullable Uri 2022-11-30 18:18:20 +00:00
ed98531950
Use statement body for CurrentWorld property 2022-11-30 18:17:40 +00:00
e4f692d599
Throw ArgumentException not IndexOutOfRangeException 2022-11-30 18:17:20 +00:00
cfd1e4c208
Validate non-null arguments for public API 2022-11-30 18:16:37 +00:00
cfc73cfb62
Order members alphabetically 2022-11-30 18:14:33 +00:00
02b4907c95
Give explicit precedence with parentheses 2022-11-30 18:09:41 +00:00
b4deeaf92c
Use statement bodies 2022-11-30 18:06:23 +00:00
99c08f33ed
Use IReadOnlyList<T> instead of T[] for public API 2022-11-30 18:03:00 +00:00
86458129b5
Explicit Ordinal string comparison 2022-11-30 18:01:45 +00:00
79129f44d2
Suppress CA1308, lowercase is intended here 2022-11-30 17:57:17 +00:00
73d0bc8561
Implement IDisposable 2022-11-30 17:56:51 +00:00
656a0b287d
Specify CultureInfo when converting types 2022-11-30 17:56:02 +00:00
3abd7b1379
Resolve CA2225, offer methods to complement operators 2022-11-30 17:51:20 +00:00
9336511059
Treat analysis warnings as errors 2022-11-30 12:09:19 +00:00
a6fcad1f7a
Format csproj 2022-11-30 12:01:02 +00:00
0549184c60
Suppress CA1812 for value converters 2022-11-30 02:27:19 +00:00
bb39b2eb62
Seal Connection class 2022-11-30 00:52:40 +00:00
0e82236944
Use nint over IntPtr 2022-11-30 00:52:15 +00:00
af0dbf5259
Use nullable state parameter 2022-11-30 00:48:47 +00:00
f4c7bdad41
Mark GetStringLength static 2022-11-30 00:46:31 +00:00
2d8dc52c3e
Reduce allocations in MarshalManagedToNative 2022-11-30 00:46:18 +00:00
0d0ce72cb2
Rename Object properties to more specific names
This avoids problems with the type name Object, which is a keyword in VB and other languages
2022-11-29 23:59:26 +00:00
32bb9d92bb
Inherit exceptions from VirtualParadiseException 2022-11-29 22:50:53 +00:00
c432437da7
Add blank lines to end of files 2022-11-29 22:22:57 +00:00
17fa114a98
Add package metadata 2022-11-29 19:06:47 +00:00
cbaa5edd2e
Add default constructor for exceptions 2022-11-29 19:06:31 +00:00
20481a1bdd
Don't return arrays in public properties 2022-11-29 19:06:15 +00:00
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