mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Expose more StringBuilder overloads to sandbox
Just some stuff that got added in the years. Spans, interpolated string handlers.
This commit is contained in:
@@ -45,6 +45,7 @@ END TEMPLATE-->
|
||||
* Added `FontTagHijackHolder` to replace fonts resolved by `FontTag`.
|
||||
* Sandbox:
|
||||
* Exposed `System.Reflection.Metadata.MetadataUpdateHandlerAttribute`.
|
||||
* Exposed more overloads on `StringBuilder`.
|
||||
|
||||
### Bugfixes
|
||||
|
||||
|
||||
@@ -889,13 +889,19 @@ Types:
|
||||
- "System.Text.StringBuilder AppendFormat(System.IFormatProvider, string, object, object)"
|
||||
- "System.Text.StringBuilder AppendFormat(System.IFormatProvider, string, object, object, object)"
|
||||
- "System.Text.StringBuilder AppendFormat(System.IFormatProvider, string, object[])"
|
||||
- "System.Text.StringBuilder AppendJoin(char, System.ReadOnlySpan`1<object>)"
|
||||
- "System.Text.StringBuilder AppendJoin(char, System.ReadOnlySpan`1<string>)"
|
||||
- "System.Text.StringBuilder AppendJoin(char, object[])"
|
||||
- "System.Text.StringBuilder AppendJoin(char, string[])"
|
||||
- "System.Text.StringBuilder AppendJoin(string, System.ReadOnlySpan`1<object>)"
|
||||
- "System.Text.StringBuilder AppendJoin(string, System.ReadOnlySpan`1<string>)"
|
||||
- "System.Text.StringBuilder AppendJoin(string, object[])"
|
||||
- "System.Text.StringBuilder AppendJoin(string, string[])"
|
||||
- "System.Text.StringBuilder AppendJoin<>(char, System.Collections.Generic.IEnumerable`1<!!0>)"
|
||||
- "System.Text.StringBuilder AppendJoin<>(string, System.Collections.Generic.IEnumerable`1<!!0>)"
|
||||
- "System.Text.StringBuilder AppendLine()"
|
||||
- "System.Text.StringBuilder AppendLine(System.IFormatProvider, ref System.Text.StringBuilder/AppendInterpolatedStringHandler)"
|
||||
- "System.Text.StringBuilder AppendLine(ref System.Text.StringBuilder/AppendInterpolatedStringHandler)"
|
||||
- "System.Text.StringBuilder AppendLine(string)"
|
||||
- "System.Text.StringBuilder Clear()"
|
||||
- "System.Text.StringBuilder Insert(int, bool)"
|
||||
@@ -918,6 +924,8 @@ Types:
|
||||
- "System.Text.StringBuilder Insert(int, ulong)"
|
||||
- "System.Text.StringBuilder Insert(int, ushort)"
|
||||
- "System.Text.StringBuilder Remove(int, int)"
|
||||
- "System.Text.StringBuilder Replace(System.ReadOnlySpan`1<char>, System.ReadOnlySpan`1<char>)"
|
||||
- "System.Text.StringBuilder Replace(System.ReadOnlySpan`1<char>, System.ReadOnlySpan`1<char>, int, int)"
|
||||
- "System.Text.StringBuilder Replace(char, char)"
|
||||
- "System.Text.StringBuilder Replace(char, char, int, int)"
|
||||
- "System.Text.StringBuilder Replace(string, string)"
|
||||
|
||||
Reference in New Issue
Block a user