This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch NightOwl888-patch-1 in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 0e3518b1b6a75aca072152142e30e79294918e88 Author: Shad Storhaug <[email protected]> AuthorDate: Tue Nov 1 20:18:51 2022 +0700 Force a test run --- src/dotnet/tools/lucene-cli/ConfigurationBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dotnet/tools/lucene-cli/ConfigurationBase.cs b/src/dotnet/tools/lucene-cli/ConfigurationBase.cs index 90556cd47..25dfb3607 100644 --- a/src/dotnet/tools/lucene-cli/ConfigurationBase.cs +++ b/src/dotnet/tools/lucene-cli/ConfigurationBase.cs @@ -23,6 +23,7 @@ namespace Lucene.Net.Cli * limitations under the License. */ + public abstract class ConfigurationBase : CommandLineApplication { private static readonly Assembly thisAssembly = typeof(ConfigurationBase).Assembly;
