paulirwin commented on issue #747: URL: https://github.com/apache/lucenenet/issues/747#issuecomment-2659445805
Option 5: Copy the current Lucene.Net.Replicator.AspNetCore code into the Lucene.Net.Tests.Replicator project, make the copied code internal just for test purposes, and remove the dependency on Lucene.Net.Replicator.AspNetCore. There isn't much code there currently, just a handful of lines of code if you exclude comments. It's enough to test the replicator functionality using an in-process ASP.NET Core server, while the split-out repo could evolve independently and add more functionality and better DI/etc. support. This would let us keep the Http code in Lucene.NET, and keep the tests for that code in the same repo, while splitting out the ASP.NET Core support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org