Skip to content

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

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 #810

Triggered via pull request October 6, 2025 02:05
Status Success
Total duration 5m 16s
Artifacts 8

Lucene-Net-Tests-Queries.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

80 warnings
Test (ubuntu-latest, net6.0, x64, Release): src/Lucene.Net/Search/Payloads/PayloadTermQuery.cs#L191
'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/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, 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/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/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/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, 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/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, 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, 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/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 (ubuntu-latest, net9.0, x64, Release): src/Lucene.Net/Search/Explanation.cs#L72
'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/Payloads/PayloadTermQuery.cs#L191
'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/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/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, net9.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, 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, net8.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, 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, 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/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/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/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/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, net9.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 (windows-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 (windows-latest, net9.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 (windows-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 (windows-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 (windows-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 (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, 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, net472, x64, Release): src/Lucene.Net/Search/Payloads/PayloadTermQuery.cs#L191
'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/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/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/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/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, net472, 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, net472, 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, net472, 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, net6.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, net6.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, 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#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/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/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/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/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/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.
Test (windows-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 (windows-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 (windows-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 (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/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/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/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/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 (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/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/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/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, net48, 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/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.

Artifacts

Produced during runtime
Name Size Digest
testresults_ubuntu-latest_net6.0_x64_Release Expired
23.9 KB
sha256:fac96755f0977941578216c3b923dee6fcacac89e36cfab2cf653e1deaeab590
testresults_ubuntu-latest_net8.0_x64_Release Expired
23.8 KB
sha256:26b14bef799fe918ea2ad7a6893021b6c32f69e7b18347ec53e285676c76ad8f
testresults_ubuntu-latest_net9.0_x64_Release Expired
23.6 KB
sha256:976bbd2aa8d251bbe74771d26f6920b2e49c9aaacef4184c3622f2c30b8dedd3
testresults_windows-latest_net472_x64_Release Expired
23.3 KB
sha256:dcd93037eb9eeec51789e76d789092ef08418404382b38d6289ec19569826f17
testresults_windows-latest_net48_x64_Release Expired
23.3 KB
sha256:50215ffc09a9966dae6681a9865ce5873f842fa7b69118e20b233fe3d3962c30
testresults_windows-latest_net6.0_x64_Release Expired
23.8 KB
sha256:0fdb1fed582b835c9b0a11756c108fb052396fb02e41a464614a4df9a8fe977c
testresults_windows-latest_net8.0_x64_Release Expired
23.9 KB
sha256:2c70882acf4a0c162f9b3bbf66d8fa0aaf2e26700b57dbf1a92b2f2ee78336d0
testresults_windows-latest_net9.0_x64_Release Expired
23.6 KB
sha256:0f06aaadbf40ef3e4e6eed475f5192c890771d267d8369f1f738e5b8c5dac47f