Shad Storhaug

Results 94 issues of Shad Storhaug

Since we fixed support for `-keyfile` in #46, using a BLOB transfer the certificate no longer functions. The [documentation](https://sourceforge.net/p/ikvm/wiki/Ikvmc/) only shows 2 options for loading a strong name key: 1....

I am porting some code over to .NET from Java and it uses the JDK's `MessageFormat` class to format some strings. I am having 2 issues with compatibility here as...

### Description I am attempting to patch an older version (1.9.1.1) and re-release it (1.9.1.2). The release notes have 2 higher version numbers, 1.9.3, and 1.9.4. However, the release notes...

waiting for author

I have a [single test project](https://github.com/NightOwl888/J2N/tree/v2.0.0-beta-0011/tests/J2N.Tests.xUnit) with over 77,000 tests in it. Running the tests on .NET Core using `dotnet test`, these tests are both discovered and complete running within...

## Is your feature request related to a problem? Please describe. This is sort of a question/feature request. First of all, it seems there is a difference in design between...

enhancement

Working with GitTools in VS 2017 seems to work fine, but for VS 2019 the "Git Changes" window only seems to work until the first commit. Clicking the "Refresh" button...

You have [advertised LurchTable as a replacement for `LinkedHashMap`](http://csharptest.net/1279/introducing-the-lurchtable-as-a-c-version-of-linkedhashmap/). Per [this answer](http://stackoverflow.com/a/2889800/181087) on StackOverflow: > `LinkedHashMap` will iterate in the order in which the entries were put into the map...

I am upgrading my project to .NET Core 2.0 and discovered that the LurchTable tests have a method that depends on the implementation of `new Guid(byte[])` and `guid.ToByteArray()`: ```c# private...

This should be an easy task for those who wish to help us out. We are already building `openjdk-build-linux-x86_64-normal-server-release.zip` and [uploading it as a GitHub Actions artifact](https://github.com/ikvm-revived/ikvm/blob/develop/.github/workflows/IKVM.yml#L84-L88), however, there are...

enhancement
help wanted
good first issue

Testing on .NET Core requires [`--blame-crash` and `--blame-hang`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-test#options) to catch issues that throw exceptions that the runtime itself cannot catch (i.e. `StackOverflowException`). These can be used to force the build...

enhancement