Shad Storhaug

Results 300 comments of Shad Storhaug

I thought this would be easier than it actually is. SharpZipLib's version of `ZipFile` supports a comment at the beginning of the file and on each entry, but `System.IO.Compression` has...

I don't know specifically whether it is required by IKVM or not. All I know is that it reads and passes the comments through to the compressed output from any...

One thing you could attempt is to use a [different ClassLoader](https://github.com/NightOwl888/ikvm/blob/docs/ikvm-wiki/docs/class-loader.md) to see if that helps. As for the multiple `netstandard.dll` warning, I have only seen that happen when I...

@wasabii > Unable to get Charset 'cp65001' for property 'sun.stderr.encoding', using default UTF-8 and continuing. .NET Core doesn't ship with all encodings in the box like .NET Framework or the...

> I didn't replace the contents of refs directory, the netstandard.dll is in there already. Hmm...looks like you are right. ![image](https://user-images.githubusercontent.com/1538288/173078189-d23c8f47-cfb7-4e08-a754-989f9a207ba4.png) But we are shipping a .NET Framework 4.8 build...

@wasabii - The OpenNLP.NET project is also getting these warnings. And I think they were also in IKVM 8.1 releases. I haven't seen any evidence that they affect the functionality...

@xjjius - I saw a similar issue when trying to convert the demos for Maven - that is, it wasn't pulling in the `org.apache.logging.log4j.LogManager` type even though I used Maven...

First of all, there is an [open source project called TimeZoneConverter](https://devblogs.microsoft.com/dotnet/cross-platform-time-zones-with-net-core/) is being maintained to do this mapping prior to .NET 6.0. For [.NET 6.0+ this has now been fixed](https://devblogs.microsoft.com/dotnet/date-time-and-time-zone-enhancements-in-net-6/)....

> Can you try it without renaming stuff? Just invoke the appropriate entry point using ikvm. The `mvn.cmd` file is a bit complex and is hard-wired to use `%JAVA_HOME%/bin/java.exe`. I...

Changed the `mvn.cmd` file, but get the same result. ```console F:\maven-ikvm>"./maven/bin/mvn" org.apache.maven.plugins:maven-dependency-plugin:3.3.0:copy-dependencies -DoutputDirectory=./lib -DincludeScope=compile -DargLine="-Xms512m" -DargLine="-Xmx1024m" --------------------------------------------------- constituent[0]: file:/F:/maven-ikvm/maven/conf/logging/ constituent[1]: file:/F:/maven-ikvm/maven/lib/commons-cli-1.4.jar constituent[2]: file:/F:/maven-ikvm/maven/lib/commons-io-2.6.jar constituent[3]: file:/F:/maven-ikvm/maven/lib/commons-lang3-3.8.1.jar constituent[4]: file:/F:/maven-ikvm/maven/lib/guava-25.1-android.jar constituent[5]: file:/F:/maven-ikvm/maven/lib/guice-4.2.2-no_aop.jar constituent[6]:...