Shad Storhaug

Results 94 issues of Shad Storhaug

When `Lucene.Net.Replicator` was ported in #209, we were considering options on how to integrate it into various .NET technologies so it would work across both .NET Framework and .NET Core....

up-for-grabs
is:feature
design
pri:normal

https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0044 https://sonarcloud.io/project/issues?resolved=false&types=CODE_SMELL&id=nikcio_lucenenet&open=AYPAuPfOhbfJOGLOobGt All private fields **in classes** that are not mutated by the class can be declared `readonly`. This diverges from Java Lucene, so we should add a comment `//...

up-for-grabs
good-first-issue
is:enhancement
hacktoberfest-accepted

While adding more tests is probably not an activity we will be focusing on outside of custom components and untested APIs that had significant refactoring, having some insight as to...

Project Infrastructure
up-for-grabs
testability
is:enhancement
pri:low

When the `SlowAttribute` in `Lucene.Net.TestFramework` is placed on a `LuceneTestCase`-derived class, it runs the code in the `BeforeClass()` and `AfterClass()` methods (which are decorated with `[OneTimeSetUp]` and `[OneTimeTearDown]`) even when...

up-for-grabs
testability
is:bug
pri:normal

For private fields that are either primitive type or string, we can simply change these to const with no ill effects (which can be its own PR). For internal/public/protected fields,...

up-for-grabs
good-first-issue
is:enhancement
hacktoberfest-accepted

Ignore multi-release versioned .class files if they are present in the META-INF/versions folder, as was the case in Java SE 8 tools. This fixes the issue described in https://github.com/ikvm-revived/ikvm-maven/issues/17.

**Describe the bug** A clear and concise description of what the bug is. Behavior and version numbering is different between downloading the dotnet tool and downloading the compiled release on...

bug

When I went looking for the Git Source Control Provider plugin in Visual Studio 2015, it was not clear at all that you made a plugin called [Git Tools](https://github.com/yysun/git-tools) that...

Great library. I am having some issues interoperating with NuGet because NuGet expects the pre-release format to be something like. ``` 1.2.3-alpha00003 1.5.9-beta00005 2.8.7-RC1 ``` According to [SemVer](http://semver.org/) these are...

@synhershko Hope you are well. I am working on updating the Lucene.NET dependencies to use SourceLink and we have switched to using Azure DevOps for multi-platform testing, enabling GitHub Sponsors,...