- API 15
- Migrate config for API 15 - Migrate database for API 15 - Allow usage of new target source - Implement first tell target option
This commit is contained in:
@@ -37,7 +37,9 @@ public class ColorPayload
|
||||
{
|
||||
return v switch
|
||||
{
|
||||
// ReSharper disable once LocalizableElement
|
||||
-1 => throw new ArgumentException("Encountered premature end of input (unexpected EOF).", nameof(v)),
|
||||
// ReSharper disable once LocalizableElement
|
||||
0 => throw new ArgumentException("Encountered premature end of input (unexpected null character).", nameof(v)),
|
||||
_ => (uint)v << shift
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user