commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[lucenenet] 14/29: Use ConcurrentDictionary::GetOrAdd
nightowl888
[lucenenet] 20/29: Updated readme with the location of the documentation (closes #225, applies to LUCENENET-589)
nightowl888
[lucenenet] 08/29: Removed unnecessary commented tags from .csproj files.
nightowl888
[lucenenet] 09/29: BUG: LUCENENET-602 - Some platforms fail to load codecs seemingly because their types are discovered by using reflection. Supplying local codec types explicitly will be faster, and possibly also more reliable across platforms.
nightowl888
[lucenenet] 12/29: build.ps1: Fixed tests and setup build to use a specific SDK version (2.1.505)
nightowl888
[lucenenet] 04/29: Consolidated common MSBuild properties for NuGet packages to build/NuGet.props. Setup NuGet file to deploy LICENSE.txt rather than reference the repository URL, which has been deprecated.
nightowl888
[lucenenet] 23/29: Remove LuceneDocsPlugin dummy pack target and cleaned up a few comments
nightowl888
[lucenenet] 28/29: Added missing guard clauses for HashMap and LinkedHashMap constructors
nightowl888
[lucenenet] 05/29: Fixed build.ps1 script so it will not try to pack new projects that are added to the solution by default. Removed publish target, as we are now packing the dotnet-cli as a dotnet tool. closes #228
nightowl888
[lucenenet] 26/29: BUG: Fixed invalid method call introduced in #222 to ClearLock that caused the path to double up, which caused the GetCanonicalPathOfLockFile method to fail.
nightowl888
[lucenenet] 03/29: Moved <Copyright> MSBuild element to common Directory.Build.props file (imported automatically by every project)
nightowl888
[lucenenet] 18/29: Lucene.Net.Store.NativeFSLockFactory: Renamed local variables to conform with naming rules (closes #222)
nightowl888
[lucenenet] 11/29: BUG: Fixes BaseTestRangeFilter cleanup - safely call Dispose by ensuring the reference variable is not null
nightowl888
[lucenenet] 02/29: Made lucene-cli into a dotnet tool and updated the documentation on how to install and use it
nightowl888
[lucenenet] 16/29: Lucene.Net.Support.IO.FileSupport: Removed unnecessary using statement (closes #226)
nightowl888
[lucenenet] 01/29: Patched SolutionDir MSBuild property so it works for dotnet.exe commands and updated project imports to utilize it
nightowl888
[lucenenet] 13/29: Lucene.Net.Support.IO.FileSupport::fileCanonPathCache needs to be threadsafe
nightowl888
[lucenenet] 24/29: Moved <AssemblyOriginatorKeyFile> to Directory.Build.props so we don't have to specify in every project at the same directory depth. Moved AssemblyKeys to Lucene.Net.Support. (closes #227, LUCENENET-608)
nightowl888
[lucenenet] 29/29: Upgraded to latest dotnet-install.ps1
nightowl888
[lucenenet] 15/29: Use AddValueFactory
nightowl888
[lucenenet] 21/29: Added strong naming to Lucene.Net assemblies
nightowl888
[lucenenet] 07/29: BUG: Intermittent failures of Lucene.Net.Facet.Taxonomy.WriterCache.TestCharBlockArray.TestArray(). The test was not setup to with encoders that fallback to '?' for unmapped/invalid characters. Also, the BinaryReader/BinaryWriter was too strict with regard to validating surrogate pairs for this type of serialization, so implemented custom extension methods over Stream that do not use encoding.
nightowl888
[lucenenet] 10/29: BUG: Fixes TestMultiTermConstantScore cleanup - safely call Dispose by ensuring the reference variable is not null
nightowl888
[lucenenet] 17/29: fix locking/disposal bug
nightowl888
[lucenenet] 25/29: build.ps1: Removed unnecessary CommonAssemblyInfo.cs generation and passed the FileVersion property explicitly
nightowl888
[lucenenet-site] branch master updated: New build with the correct links for the Improve this Doc button
sisve
[lucenenet] branch master updated: https://issues.apache.org/jira/browse/LUCENENET-607 (#224)
laimis
[lucenenet] branch master updated: Website updates - DOAP file and copy changes (#223)
laimis
[lucenenet-site] branch asf-site updated (af4974c -> ac21461)
laimis
[lucenenet-site] branch master updated: add doap file
laimis
[lucenenet-site] branch asf-site updated (6bbf843 -> af4974c)
laimis
[lucenenet-site] branch master updated: Updates some info about the website & api docs and fixes links for v3 download
laimis
[lucenenet-site] branch asf-site created (now 6bbf843)
laimis
[lucenenet-site] branch master updated (486a890 -> 6bbf843)
laimis
[lucenenet-site] 01/04: placeholder file so that we can start forking the repo
laimis
[lucenenet-site] 03/04: oops wrong link
laimis
[lucenenet-site] 04/04: Merge pull request #1 from Shazwazza/new-static-website
laimis
[lucenenet-site] branch master created (now 486a890)
laimis
[lucenenet-site] 01/01: placeholder file so that we can start forking the repo
laimis
[lucenenet] branch sisve-debugging-build deleted (was e34ff2a)
sisve
[lucenenet] branch master updated: Fixes LUCENENET-597
laimis
[1/2] lucenenet git commit: remove redundant termAtt initialization in UpperCaseFilter constructor
nightowl888
[2/2] lucenenet git commit: Merge remote-tracking branch 'igor-brylin/UpperCaseFilter'
nightowl888
[1/2] lucenenet git commit: BUG: Fixed list comparison to include a check for count (without it an empty list on one side returns true)
nightowl888
[2/2] lucenenet git commit: BUG: LUCENENET-602. Added Lucene.Net.Support.EqualityComparer<T> implementation to fix incomplete support for value types with generics on MONO AOT platforms. Added missing constructor overload to Lucene.Net.Facet.Taxonomy.LRU
nightowl888
lucenenet git commit: Updated README.md - removed unnecessary closing parentheses
nightowl888
lucenenet git commit: Updated README.md with latest packages and updated supported framework data
nightowl888
svn commit: r22646 - /release/lucenenet/4.8.0-beta00005/
nightowl888
svn commit: r22643 - /dev/lucenenet/
nightowl888
svn commit: r22592 - /dev/lucenenet/KEYS
nightowl888
svn commit: r22591 - /dev/lucenenet/
nightowl888
lucenenet git commit: build/build.ps1: Updated Publish task to zip the result of the publish directory
nightowl888
[1/5] lucenenet git commit: BUG: Lucene.Net.QueryParser.Flexible.Core.Util.UnescapedCharSequence: (Fixes LUCENENET-592) Changed condition in ToStringEscaped() method so it will correctly escape the string.
nightowl888
[4/5] lucenenet git commit: SWEEP: Added missing license headers
nightowl888
[2/5] lucenenet git commit: Updated CHANGES.txt for 4.8.0-beta00005
nightowl888
[5/5] lucenenet git commit: Updated LICENSE.txt
nightowl888
[3/5] lucenenet git commit: SWEEP: Added missing license headers
nightowl888
lucenenet git commit: Removed MyGet location for spatial4n
nightowl888
[01/10] lucenenet git commit: lucene-cli: Added basic install instructions to the documentation.
nightowl888
[08/10] lucenenet git commit: SWEEP: Removed unnecessary NetStandardImplicitVersion from all project files
nightowl888
[09/10] lucenenet git commit: SWEEP: Upgraded NuGet dependencies to latest stable version
nightowl888
[04/10] lucenenet git commit: API: Lucene.Net.QueryParser.Flexible: Added an overload of type StringBuilder for all ICharSequence-based methods and constructors (closes LUCENENET-592).
nightowl888
[03/10] lucenenet git commit: API: Lucene.Net.Support: Added StringBuilderCharSequenceWrapper class and StringBuilder.ToCharSequence() extension method.
nightowl888
[06/10] lucenenet git commit: SWEEP: Changed all projects to target .NET Standard 1.6 instead of .NET Standard 1.5 (incompatible with Microsoft.Extensions.DependencyModel)
nightowl888
[10/10] lucenenet git commit: Added new .NET Standard targets to README.md (commented out until released)
nightowl888
[02/10] lucenenet git commit: BREAKING: Lucene.Net.Support: Removed CharAt() method from StringCharSequenceWrapper.
nightowl888
[05/10] lucenenet git commit: Updated CHANGES.txt for 4.8.0-beta0005
nightowl888
[07/10] lucenenet git commit: SWEEP: Changed all projects to target .NET Standard 1.6 instead of .NET Standard 1.5 (incompatible with Microsoft.Extensions.DependencyModel)
nightowl888
[01/10] lucenenet git commit: Lucene.Net.Index.SegmentCoreReaders: Removed try catch block for AccessViolationException, which did not exist in Lucene. There does not appear to be a valid reason to include it.
nightowl888
[03/10] lucenenet git commit: Lucene.Net.Benchmark.ByTask.Tasks.AnalyzerFactory: Changed setter methods into properties and made PositionIncrementGap and OffsetGap nullable (so they can be used in the initializer).
nightowl888
[08/10] lucenenet git commit: Lucene.Net: Added extension methods to Document class for adding Field types (except for those marked obsolete)
nightowl888
[10/10] lucenenet git commit: Reviewed and removed various TODOs
nightowl888
[06/10] lucenenet git commit: Lucene.Net.Facet: Added extension methods to Document class for adding facet-related Field types
nightowl888
[05/10] lucenenet git commit: Lucene.Net.Facet.Taxonomy: Fixed documentation and ToString() method of Field subclasses
nightowl888
[07/10] lucenenet git commit: Lucene.Net.ICU: Added extension methods to Document class for adding ICU-related Field types
nightowl888
[04/10] lucenenet git commit: Lucene.Net.Benchmark.ByTask.PerfRunData: Reviewed and removed TODO
nightowl888
[02/10] lucenenet git commit: Lucene.Net.Replicator.AspNetCore: Removed CLSCompliant attribute because dependencies are not marked CLS compliant.
nightowl888
[09/10] lucenenet git commit: BREAKING: Lucene.Net.Facet: De-nested DrillSidewaysResult from DrillSideways class
nightowl888
lucenenet git commit: Lucene.Net.Tests.Analysis.Common.Analysis.Th.TestThaiAnalyzer: Added Timeout attribute for TestRandomStrings() and TestRandomHugeStrings() because they don't always finish on .NET Framework 4.5.1
nightowl888
lucenenet git commit: BUG: Lucene.Net.Index (ConcurrentMergeScheduler + TaskMergeScheduler): Fixed null reference exception due to synchronization of list across threads.
nightowl888
[1/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Removed unused GetFiles(), GetLuceneIndexFiles(), and Sync() methods
nightowl888
[3/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Fixed several issues with CreateTempFile()
nightowl888
[8/8] lucenenet git commit: COMPATIBILITY: Refactored NativeFSLock since the implementation is dependent upon the HResult value, which may be different for each OS. The previous implementation of NativeFSLock was resurrected and is being used as a fallba
nightowl888
[5/8] lucenenet git commit: SWEEP: Swapped GetCanonicalPath() call into each of the locations where it was originally used in Lucene
nightowl888
[7/8] lucenenet git commit: BUG: Lucene.Net.Tests.Search.TestMultiTermConstantScore: Added check to ensure a null instance variable doesn't cause the AfterClass method to fail
nightowl888
[2/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Made class static
nightowl888
[4/8] lucenenet git commit: Lucene.Net.Support.IO.FileSupport: Added GetCanonicalPath() method + tests
nightowl888
[6/8] lucenenet git commit: Lucene.Net.Util.Constants: Fixed OS check for FreeBSD and SunOS so it will work if/when those platforms become available on .NET Standard
nightowl888
lucenenet git commit: build/build.ps1: Added dotnet --info to Init task
nightowl888
[1/2] lucenenet git commit: Reviewed and removed unnecessary TODOs
nightowl888
[2/2] lucenenet git commit: Revert "Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run"
nightowl888
[1/4] lucenenet git commit: Lucene.Net.Tests: Removed Timeout attribute from tests where it was only used to allow the test to run longer than the 20 second timeout that used to be project-wide
nightowl888
[4/4] lucenenet git commit: Lucene.Net.Tests.Util.TestRamUsageEstimatorOnWildAnimals: Reworked test so it exists in .NET Standard but does not run
nightowl888
[3/4] lucenenet git commit: Lucene.Net.Tests.Search.TestControlledRealTimeReopenThread.DoAfterWriter(): Enabled Thread priority for .NET Core 2.0 tests
nightowl888
[2/4] lucenenet git commit: BUG: Lucene.Net.Tests.Index.TestIndexWriterExceptions: Enabled ConcurrentMergeScheduler in .NET Standard 2.0 so we don't get null reference exceptions during the test
nightowl888
[01/11] lucenenet git commit: BUG: Lucene.Net.Support.StringExtensions.TrimEnd(): Fixed logic to correctly trim all of the elements if they are empty
nightowl888
[05/11] lucenenet git commit: BREAKING: Lucene.Net.MMapDirectory: Removed UnmapHack/UNMAP_SUPPORTED features since these are not needed in .NET.
nightowl888
[11/11] lucenenet git commit: Lucene.Net.Tests.Support: Added TestStringExtensions class and TestTrimEnd() test
nightowl888
[04/11] lucenenet git commit: BUG: Lucene.Net.Tests.QueryParser.Flexible.Precedence.TestPrecedenceQueryParser: Fixed test to always use GregorianCalendar and local time zone.
nightowl888
[09/11] lucenenet git commit: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase + Lucene.Net.Suggest.Analyzing (AnalyzingInfixSuggesterTest + TestFreeTextSuggester) + Lucene.Net.Tests.Index.TestCodecs: Added using blocks to make the tests run mor
nightowl888
[07/11] lucenenet git commit: Lucene.Net.Suggest.Analyzing.FreeTextSuggester: Changed to use Path.GetRandomFileName() instead of using random integers to make the file name. Changed to delete the folder using System.IO.Directory.Delete and rearranged try
nightowl888
[08/11] lucenenet git commit: Lucene.Net.Codecs.Sep: Did a fresh port of SepSkipListReader and SepSkipListWriter
nightowl888
[03/11] lucenenet git commit: SWEEP: Added TimeZoneInfo.ConvertTime() to corresponding locations where time zone had been set in Lucene.
nightowl888
[06/11] lucenenet git commit: BUG: Lucene.Net.Store.MMapDirectory: Fixed issue with FileStream not being disposed when the file length is 0.
nightowl888
[10/11] lucenenet git commit: Lucene.Net.TestFramework.Index.BasePostingsFormatTestCase + Lucene.Net.Suggest.Analyzing (AnalyzingInfixSuggesterTest + TestFreeTextSuggester) + Lucene.Net.Tests.Index.TestCodecs: Added using blocks to make the tests run mor
nightowl888
[02/11] lucenenet git commit: BUG: Patched behavior of all implementations of String.Split() and Regex.Split() using the .TrimEnd() extension method. In Java, only the empty entries at the end of the array are removed, not all empty entries.
nightowl888
[1/5] lucenenet git commit: build/build.ps1: Enabling NUnit3 Console for .NET Framework because of test failures that occur in the .NET Core SDK that don't happen in Visual Studio. Assuming .NET Core SDK is not stable/not very well tested against .NET Fr
nightowl888
[5/5] lucenenet git commit: SWEEP: Replaced all calls to Environment.GetEnvironmentVariable and Environment.SetEnvironmentVariable calls with SystemProperties.GetProperty and SystemProperties.SetProperty respectively.
nightowl888
[2/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users).
nightowl888
[4/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users).
nightowl888
[3/5] lucenenet git commit: SWEEP: Added using statement for Lucene.Net.Support.SystemConsole to replace Console so we have the ability to change the output/error TextWriters solution wide (required by Benchmarks tests, but a nice feature for end users).
nightowl888
[1/2] lucenenet git commit: build/build.ps1: Installing .NET Core 2.0 SDK during 1.0 testing due to 'illegal characters in path error' that began when not installing both SDKs for that task
nightowl888
[2/2] lucenenet git commit: build/build.ps1: Switching from NUnit3 Console Runner to .NET Core 2.0 SDK for .NET Framework 4.5.1 test run
nightowl888
[1/4] lucenenet git commit: SWEEP: Updated all packages to target .NET Framework 4.5 instead of 4.5.1. Test projects still target 4.5.1, since some have dependencies that require at least 4.5.1.
nightowl888
[2/4] lucenenet git commit: Lucene.Net.Tests.Expressions.TestExpressionSorts: Uncommented Collections.Shuffle call and reformatted tests for readability
nightowl888
[3/4] lucenenet git commit: build/build.ps1: Removed quotes from test expression (getting illegal characters in path error on TeamCity)
nightowl888
[4/4] lucenenet git commit: build/build.ps1: Added Publish task for the command line tools.
nightowl888
[1/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these
nightowl888
[4/5] lucenenet git commit: Lucene.Net.Search.Suggest.Analyzing.FSTUtil.Path<T>.Output: Changed accessibility to public. This wasn't made public until Lucene 5.1, but doing it for 4.8 since it is required by end users.
nightowl888
[2/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these
nightowl888
[3/5] lucenenet git commit: BUG: Lucene.Net.Automaton (BasicAutomata + BasicOperations + MinimizationOperations + SpecialOperations): Corrected accessibility from internal to public and removed InternalsVisibleTo attributes unneeded as a result of these
nightowl888
[5/5] lucenenet git commit: Revert "Lucene.Net.Tests.Index.TestTermVectorsFormat.TestLotsOfFields(): Manually failing test on .NET Standard 2.0 because it crashes the test runner - need to investigate"
nightowl888
[1/2] lucenenet git commit: build\build.ps1: Attempting to fix "illegal characters in path" when running tests on .NET Core 1.0
nightowl888
[2/2] lucenenet git commit: build\build.ps1: Added TeamCity progress messages so the dashboard will indicate which task is running
nightowl888
[1/5] lucenenet git commit: BUG: Lucene.Net.TestFramework: Having sequential folder names creates situations where multiple threads are doing operations on the same folder at the same time. Changed implementation to use GetRandomFileName() to append a ra
nightowl888
[4/5] lucenenet git commit: BUG: Lucene.Net.Replicator.LocalReplicator.ObtainFile(): Fixed KeyNotFoundException issue with sessions dictionary.
nightowl888
[5/5] lucenenet git commit: API: Lucene.Net.Replicator.Http.ReplicationService: Changed constructor parameter to accept IReadOnlyDictionary rather than IDictionary
nightowl888
[2/5] lucenenet git commit: BUG: Lucene.Net.Store.NativeFSLockFactory: Missing lock on dictionary when NativeFSLock.Dispose() is called. Also, the lock needs to be removed from the cache whether it has opened a file or not.
nightowl888
[3/5] lucenenet git commit: Revert Revert "Lucene.Net.Store.FSDirectory: Removed Fsync() method and m_staleFiles variable and all references to them"
nightowl888
[01/11] lucenenet git commit: Created JavaDocToMarkdownConverter utility.
nightowl888
[03/11] lucenenet git commit: JavaDocToMarkdownConverter: Added code to correct case of the character following # and change # to . in crefs.
nightowl888
[05/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[09/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[07/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[11/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[04/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[06/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[02/11] lucenenet git commit: JavaDocToMarkdownConverter: Fixed bugs in link regex
nightowl888
[10/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
[08/11] lucenenet git commit: Preliminary conversion of JavaDocs to Markdown
nightowl888
lucenenet git commit: Lucene.Net.Tests.Benchmark.ByTask.TestPerfTasksLogic.TestCollator(): Changed culture from no-NO to nb-NO to ensure it runs consistently between dev and the CI server.
nightowl888
lucenenet git commit: Lucene.Net/Lucene.Net.csproj: Upgraded System.Net.NameResolution to 4.3.0 to fix dependency conflict warning.
nightowl888
[1/2] lucenenet git commit: Revert "Lucene.Net.Store.FSDirectory: Removed Fsync() method and m_staleFiles variable and all references to them" to prevent widespread 'file in use by another process' error.
nightowl888
[2/2] lucenenet git commit: Lucene.Net.Util.IOUtils: Added support for .NET Standard 2.0 to process any ThreadInterruptExceptions the same way as .NET Framework
nightowl888
lucenenet git commit: build/build.ps1: Removed --results-directory from the .NET Core 1.0 tests, as it is not a valid option
nightowl888
lucenenet git commit: BUG: Lucene.Net.Support.DictionaryExtensions: Fixed Store() method to save the date using the InvariantCulture so the format is unaffected by the ambient culture.
nightowl888
lucenenet git commit: build/build.ps1: Removed --no-restore switch from netcoreapp1.0 test configuration (not valid)
nightowl888
[1/4] lucenenet git commit: BUG: Lucene.Net.Support.AssemblyUtils: Added "Anonymously Hosted DynamicMethods Assembly" to list of framework assemblies, since we are not interested in this for loading assemblies (and it fails)
nightowl888
[3/4] lucenenet git commit: BUG: Lucene.Net.Benchmark.ByTask.Tasks.TestPerfTasksLogic.TestLocale(): Test was using no-NO which is not consistently supported across platforms on .NET. Changed the test (and the documentation) to use nb-NO instead.
nightowl888
[2/4] lucenenet git commit: Lucene.Net.Tests.Benchmark.ByTask.Tasks.WriteLineDocTaskTest: Changed implementation to throw exceptions on the main thread.
nightowl888
[4/4] lucenenet git commit: BUG: Lucene.Net.Tests.Index.TestTransactionRollback: Fixed issue where the value passed to substring could potentially go beyond the length of the string.
nightowl888
[1/2] lucenenet git commit: Lucene.Net.Tests.Support.TestLurchTableThreading: Removed test for NextHashCollision and assert within NextHashCollision because the underlying Guid implementation has changed in .NET Core 2.0 and this approach no longer works
nightowl888
[2/2] lucenenet git commit: Added missing NUnit TeamCityEventListener that is required for the TeamCity messages to appear in the test output
nightowl888
[1/2] lucenenet git commit: build/build.ps1: Fixed script to install .NET Core 2.0 SDK for .NET 4.5.1 test
nightowl888
[2/2] lucenenet git commit: build/build.ps1: Fixed issues with check for Cli project causing test run to fail
nightowl888
[1/2] lucenenet git commit: Lucene.Net.Analysis.SmartCn.HHMChineseTokenizer: Fixed namespace collision with Icu library.
nightowl888
[2/2] lucenenet git commit: build/build.ps1: Fixed typos
nightowl888
lucenenet git commit: build/build.ps1: Fixed broken reference to InstallSDK
nightowl888
[1/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed)
nightowl888
[2/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed)
nightowl888
[4/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed)
nightowl888
[6/6] lucenenet git commit: build/build.ps1: Updated script to exclude the Lucene.Net.Tests.Cli project when the framework is not .NET Core 2.0
nightowl888
[5/6] lucenenet git commit: build/build.ps1: Modified script to install .NET Core 2.0 SDK if needed before running the tests
nightowl888
[3/6] lucenenet git commit: Lucene.Net.ICU: Used new linked folder functionality to streamline the configuration and added the remaining files from Lucene.Net.Analysis.ICU (most commented until the features are completed)
nightowl888
[1/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions
nightowl888
[3/3] lucenenet git commit: build/build.ps1: Fixed issue with version comparison when it is a pre-release
nightowl888
[2/3] lucenenet git commit: Lucene.Net.Analysis.ICU: Renamed ICU directory Icu to match namespace conventions
nightowl888
[1/3] lucenenet git commit: build/build.ps1: Broke the installation step for .NET Core 1.0.4 SDK to a separate task and added a check whether it exists before installing
nightowl888
[2/3] lucenenet git commit: Added the NUnit 3 console runner (again). We are getting test failures on the dotnet utility that we weren't getting in the console runner previously (or in Visual Studio).
nightowl888
[3/3] lucenenet git commit: Added the NUnit 3 console runner (again). We are getting test failures on the dotnet utility that we weren't getting in the console runner previously (or in Visual Studio).
nightowl888
[1/2] lucenenet git commit: build/build.ps1: Making Test depend on Restore to ensure it is run on .NET Core.
nightowl888
[2/2] lucenenet git commit: build/build.ps1: Failing the build isn't working, for now, removing that extra script
nightowl888
lucenenet git commit: build/build.ps1: Added logic to fail the build when SDK installation fails. Setup scenario that will fail (non-existent SDK version) to test it with.
nightowl888
[1/2] lucenenet git commit: README.md: Added note to run tests under 64 bit
nightowl888
[2/2] lucenenet git commit: build/build.ps1: Changed InstallSDK to install .NET Core SDK 1.0.4 (which corresponds to the runtime 1.0.5)
nightowl888
lucenenet git commit: build/build.ps1: Changed to install both 1.0.5 and 2.0.0 .NET Core SDKs, since the former is still required to run tests on .NET Core 1.0
nightowl888
lucenenet git commit: Revert "build/build.ps1: added --no-restore option to dotnet test command"
nightowl888
lucenenet git commit: build/build.ps1: added --no-restore option to dotnet test command
nightowl888
lucenenet git commit: build/dotnet-install.ps1: Updated to latest at https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
nightowl888
[01/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Search.FieldCacheRangeFilter.AnonymousStringFieldCacheRangeFilter: Fixed Debug.Assert condition that was causing assert to fail.
nightowl888
[32/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Index.TestPostingsFormat.TestRandom(): Manually failing test on .NET Standard 1.5 in Debug mode because it crashes the test runner - need to investigate
nightowl888
[06/50] [abbrv] lucenenet git commit: Lucene.Net.Facet.Taxonomy.WriterCache.CharBlockArray: Renamed length_Renamed > length, commented serialVersionUID
nightowl888
[41/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references)
nightowl888
[17/50] [abbrv] lucenenet git commit: SWEEP: Factored out exceptions into a new feature FEATURE_SERIALIZABLE_EXCEPTIONS, since we cannot support them on .NET Standard 2.0 and reworked build configurations to remove any .NET Standard 2.0 configurations th
nightowl888
[49/50] [abbrv] lucenenet git commit: build/build.ps1: Changed script to exclude the Lucene.Net.Replicator.AspNetCore project from packaging for the time being
nightowl888
[50/50] [abbrv] lucenenet git commit: NuGet.config: Removed local disabledPackageSources element
nightowl888
[42/50] [abbrv] lucenenet git commit: Fixed various compile warnings (mostly XML documentation references)
nightowl888
[18/50] [abbrv] lucenenet git commit: Lucene.Net: Made types that are most likely to be used as fields in consumer classes [Serializable]
nightowl888
[29/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.csproj: Eliminated unnecessary reference to dotnet-test-nunit-teamcity
nightowl888
[39/50] [abbrv] lucenenet git commit: Lucene.Net.Analysis.SmartCn: Renamed HHMM namespace to Hhmm to follow .NET conventions better
nightowl888
[20/50] [abbrv] lucenenet git commit: SWEEP: Eliminated FEATURE_THREADINTERRUPTEDEXCEPTION and fixed compilation symbols to allow ThreadInterruptException on .NET Standard 2.0
nightowl888
[24/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Codecs.Lucene40.Lucene40TermVectorsReader.NextPosition(): Debug.Assert is occasionally failing, which causes the test runner to crash on .NET Standard 2.0. For now, removing the offending assert from
nightowl888
[09/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable)
nightowl888
[44/50] [abbrv] lucenenet git commit: Merge branch 'readme-contrib' into csproj-migration
nightowl888
[35/50] [abbrv] lucenenet git commit: Lucene.Net.sln: Require VS 2017 to load solution (since .csproj is not backward compatible)
nightowl888
[31/50] [abbrv] lucenenet git commit: Lucene.Net.TestFramework.Util.LuceneTestCase: Commented unused STATIC_LEAK_THRESHOLD static variable.
nightowl888
[14/50] [abbrv] lucenenet git commit: Lucene.Net.Support.PriorityQueue: Added Serializable attribute
nightowl888
[26/50] [abbrv] lucenenet git commit: BUG: Lucene.Net.Tests.Search.TestMutiTermConstantScore: Made Small and Reader variables instance members, since they are being set by instance methods. When they were static, tests could cross threads on the instance
nightowl888
[45/50] [abbrv] lucenenet git commit: Updated README with latest Visual Studio build info and added links for all 3.0.3 packages
nightowl888
[10/50] [abbrv] lucenenet git commit: This reverts commit 1a8c4a116f8870479e85737bfecb8fe673e8347b (SWEEP: Lucene.Net.Core: Marked most (stateful) classes serializable)
nightowl888
Earlier messages
Later messages