Next Turn

Results 13 issues of Next Turn

One example in [ArgumentOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.argumentoutofrangeexception) Remarks throws `IndexOutOfRangeException` (when accessing array). Two examples in [IndexOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.indexoutofrangeexception) Remarks throw `ArgumentOutOfRangeException` (when accessing `List`).

doc-bug
Pri3
area-System.Runtime

Fixes kohsuke/winsw#399 - Our version is retrieved from project properties. - Current version is queried from the Windows file version. - Update exe only if our version is newer.

enhancement

Follow-up to #333 If possible: - Catch all parsing exceptions - Print invisible/non-printable characters as escape sequences (e.g. `\r\n`) - Help to analyze common failures - Logon failure: incorrect password...

enhancement
help wanted
good first issue