Skip to content

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

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

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

Lucene-Net-Tests-Suggest.yml

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

Annotations

80 warnings
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/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/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/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/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/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/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 (ubuntu-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 (ubuntu-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 (ubuntu-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 (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, 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, 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, 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/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/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/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/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/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/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, 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 (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, 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/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/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, 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 (ubuntu-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 (ubuntu-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 (ubuntu-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 (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, 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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (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, net6.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 (windows-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 (windows-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 (windows-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 (windows-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 (windows-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 (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/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, net9.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 (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/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, 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/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/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/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, 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/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/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/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/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/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.

Artifacts

Produced during runtime
Name Size Digest
testresults_ubuntu-latest_net6.0_x64_Release Expired
34.7 KB
sha256:9e312224ab9723233a60e782df6c7e017141a3a2445befa82d7556d360067b4f
testresults_ubuntu-latest_net8.0_x64_Release Expired
34.7 KB
sha256:c7a76a785f3d7d535b36b3989ea2e8f1a7dc90e84f4126ffc652d789a51fb692
testresults_ubuntu-latest_net9.0_x64_Release Expired
34.4 KB
sha256:700d2f02f8bea05394ae568ff321b49907e7df8c7b4d6179ae3e5721e4c787c5
testresults_windows-latest_net472_x64_Release Expired
34.3 KB
sha256:ea2d221e22a79149315835ed4232a17612a6e11b4d4cffd5654fb94f93e009af
testresults_windows-latest_net48_x64_Release Expired
34.4 KB
sha256:4998db806510cb1ddf140ee806df5bdbd2fbfaa34e01c714e5aa27806f012760
testresults_windows-latest_net6.0_x64_Release Expired
34.7 KB
sha256:b8f499596f15f6fee1327bb052c707db0e72119ee224572afc5fadd2603ef508
testresults_windows-latest_net8.0_x64_Release Expired
34.5 KB
sha256:b39097e42aab7a46379d7a2f6636f68580f056294ac76287ec17d54e4c52a38e
testresults_windows-latest_net9.0_x64_Release Expired
35 KB
sha256:51c634d0490221909f1d806d1b98d4741b938b4a3167f382751f537b208d47c4