Shad Storhaug

Results 94 issues of Shad Storhaug

I am a contributor on the [MvcSiteMapProvider](https://github.com/maartenba/MvcSiteMapProvider) project and recently discovered that some of our users are interested in configuring security "in one place". I suggested using FluentSecurity and implementing...

feature-request
feedback-needed

When opening a NuGet package in NPE, it shows the contents of the file directory style, and puts the metadata on the left side. While it shows what type of...

enhancement
help wanted
up-for-grabs
ux-wpf

## Command Output / Stack Trace Click to expand! ```console --------------------------------------------------- constituent[0]: file:/F:/mvn-sample/apache-maven-3.8.5/conf/logging/ constituent[1]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/commons-cli-1.4.jar constituent[2]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/commons-io-2.6.jar constituent[3]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/commons-lang3-3.8.1.jar constituent[4]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/guava-25.1-android.jar constituent[5]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/guice-4.2.2-no_aop.jar constituent[6]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/jansi-2.4.0.jar constituent[7]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/javax.annotation-api-1.2.jar constituent[8]: file:/F:/mvn-sample/apache-maven-3.8.5/lib/javax.inject-1.jar constituent[9]:...

bug

This cleans up the WIKI docs, fixes broken links, and much of the grammar. And most importantly, brings the official docs into our repository so we can edit them and...

When generating an assembly based off of a .jar file, it ignores the version number and outputs the assembly. I attempted to use `AssemblyFileVersion` and `FileVersion`, but neither works. ```xml...

When generating an assembly from a .jar that already contains the metadata for version and specifying `AssemblyVersion` explicitly, the assembly fails to generate and silently fails with a successful build....

I suspect this is related to #92, but `IkvmReference` doesn't output all of the build warnings that `ikvmc` does to the build output in Visual Studio. Ideally, we would also...

enhancement
help wanted

ikvmc outputs all build output to STDERR instead of STDOUT. When these are piped to files, it looks like we have a failed build because the error log is >...

ikvmc.exe was named so to model it after csc.exe, and other IKVM tools (ikvm.exe and ikvmstub.exe) are to handle other tasks, similar to the way .NET Framework used al.exe and...

enhancement

In .NET 4.0+ there is now a [`ConditionalWeakTable` class](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.conditionalweaktable-2?view=net-6.0) that ties directly into the GC in native code, which can be used as a direct replacement for `PassiveWeakDictionary`. It should...

help wanted
good first issue