Skip to content

Upgrade dev analyzers to 1.0.0-alpha.18; make WindowsFsyncSupport internal, #1100 #168

Upgrade dev analyzers to 1.0.0-alpha.18; make WindowsFsyncSupport internal, #1100

Upgrade dev analyzers to 1.0.0-alpha.18; make WindowsFsyncSupport internal, #1100 #168

Triggered via pull request October 6, 2025 02:05
Status Success
Total duration 3m 58s
Artifacts 8
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

80 warnings
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/SearcherLifetimeManager.cs#L252
'maxAgeSec' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L783
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L757
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/ScoreDoc.cs#L58
'Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/NormalizationH3.cs#L52
'mu' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/NormalizationZ.cs#L55
'z' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/SearcherLifetimeManager.cs#L252
'maxAgeSec' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L662
'forceMergeDeletesPctAllowed' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/Similarity.cs#L213
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L453
'score.Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/SimilarityBase.cs#L187
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L783
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L757
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/Spans/SpanWeight.cs#L104
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net8.0, x64, Release): src/Lucene.Net/Search/ComplexExplanation.cs#L77
'Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/ScoreDoc.cs#L58
'Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/SearcherLifetimeManager.cs#L252
'maxAgeSec' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/NormalizationH3.cs#L52
'mu' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/NormalizationZ.cs#L55
'z' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/Similarity.cs#L213
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/SimilarityBase.cs#L187
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L783
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L757
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/Spans/SpanWeight.cs#L104
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net472, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/DocumentsWriter.cs#L716
'1024 * 1024 * ramBufferSizeMB' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/FlushByRamOrCountsPolicy.cs#L80
'1024 * 1024 * m_indexWriterConfig.RAMBufferSizeMB' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/LogMergePolicy.cs#L593
'infoLevel.level' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L795
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L817
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L453
'score.Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net8.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L662
'forceMergeDeletesPctAllowed' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L783
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L757
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Search/Spans/SpanWeight.cs#L104
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Index/DocumentsWriter.cs#L716
'1024 * 1024 * ramBufferSizeMB' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L662
'forceMergeDeletesPctAllowed' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L453
'score.Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Similarities/NormalizationZ.cs#L55
'z' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Similarities/Similarity.cs#L213
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Similarities/SimilarityBase.cs#L187
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L783
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Similarities/TFIDFSimilarity.cs#L757
'freq.Value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/Spans/SpanWeight.cs#L104
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net48, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/DocumentsWriter.cs#L716
'1024 * 1024 * ramBufferSizeMB' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/LogMergePolicy.cs#L593
'infoLevel.level' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/FlushByRamOrCountsPolicy.cs#L80
'1024 * 1024 * m_indexWriterConfig.RAMBufferSizeMB' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L817
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L795
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L662
'forceMergeDeletesPctAllowed' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net9.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L453
'score.Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Index/LogMergePolicy.cs#L593
'infoLevel.level' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L817
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Index/MergePolicy.cs#L795
'value' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Search/Spans/SpanWeight.cs#L104
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Store/LockStressTest.cs#L185
'i * 100.0 / count' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L662
'forceMergeDeletesPctAllowed' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Search/TermQuery.cs#L134
'freq' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Index/TieredMergePolicy.cs#L453
'score.Score' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxMergeSizeBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.
Test (windows-latest, net6.0, x64, Release): src/Lucene.Net/Store/NRTCachingDirectory.cs#L121
'maxCachedBytes / 1024 / 1024.0' may fail due to floating point precision issues on .NET Framework and .NET Core prior to version 3.0. Floating point values should be formatted with J2N.Numerics.Single.ToString() or J2N.Numerics.Double.ToString() before being embedded into strings.

Artifacts

Produced during runtime
Name Size Digest
testresults_ubuntu-latest_net6.0_x64_Release Expired
5.11 KB
sha256:3ae541624f479946083bba2cc4fa249f840f22233dfdd89c64b76c9fb3ffa170
testresults_ubuntu-latest_net8.0_x64_Release Expired
5.06 KB
sha256:bddb17bc284d6ff9e9259ae1914e29c0d57c2897062a941446344f646eee6634
testresults_ubuntu-latest_net9.0_x64_Release Expired
5.09 KB
sha256:6d8a430627aed188f31ea25794d84927f7b1c136b8ee6f68722d787828899f15
testresults_windows-latest_net472_x64_Release Expired
5.06 KB
sha256:bdacba40a5f630c454e51c135df3b4d9107dac3c3cba918fbfef87a22d1ab1ad
testresults_windows-latest_net48_x64_Release Expired
5.07 KB
sha256:4b5c3d2da43390138a2d758a0c01323bc39bd1a099a652209b84056662a4b6bf
testresults_windows-latest_net6.0_x64_Release Expired
5.1 KB
sha256:e1aa06a35a4d3945774df2b20eb29a306680b9d1a432f7f5d4f8f67862390fd8
testresults_windows-latest_net8.0_x64_Release Expired
5.07 KB
sha256:08e1e13ad8e44eca5223a3539aec0c11ab33307b03590b8ed51951ebe48cb785
testresults_windows-latest_net9.0_x64_Release Expired
5.08 KB
sha256:0d4548b786b07abdab89c361969c286aea3ad3ff2da28fcde865638e023efcd4