Skip to content

V9.0.0/major (#72) #104

V9.0.0/major (#72)

V9.0.0/major (#72) #104

Re-run triggered August 17, 2024 12:17
Status Success
Total duration 1h 44m 4s
Artifacts 432

pipelines.yml

on: push
🐧 Prepare Linux
4m 3s
🐧 Prepare Linux
🪟 Prepare Windows
6m 34s
🪟 Prepare Windows
Matrix: 🛠️ Build
Matrix: 🧪 Test
Matrix: 📦 Pack
📊 Code Coverage Analysis
1m 18s
📊 Code Coverage Analysis
🔬 Code Quality Analysis
12m 0s
🔬 Code Quality Analysis
🛡️ Security Analysis
8m 44s
🛡️ Security Analysis
🚀 Deploy v9.0.0-preview.1
24s
🚀 Deploy v9.0.0-preview.1
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
gimlichael
approved Aug 17, 2024
Production

Annotations

136 warnings
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, netstandard2.1): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Release, netstandard2.1): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Data/DataManager.cs#L267
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Data/DataManager.cs#L288
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Data/DataManager.cs#L267
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, netstandard2.0): src/Cuemon.Data/DataManager.cs#L288
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net6.0): src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net9.0): src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, net8.0): src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Text/ParserFactory.cs#L153
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Text/ParserFactory.cs#L456
Use 'string.Contains' instead of 'string.IndexOf' to improve readability (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2249)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Text/ByteOrderMark.cs#L134
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/StringFactory.cs#L27
Prefer 'System.Convert.ToHexStringLower(byte[])' over call chains based on 'System.BitConverter.ToString(byte[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1872)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/StringReplaceEngine.cs#L76
Prefer 'AsSpan' over 'Substring' when span-based overloads are available (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1846)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/StringReplaceEngine.cs#L83
Prefer 'AsSpan' over 'Substring' when span-based overloads are available (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1846)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/StringReplaceEngine.cs#L94
Prefer 'AsSpan' over 'Substring' when span-based overloads are available (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1846)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Hierarchy.cs#L293
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
🛠️ Build (Debug, net9.0): src/Cuemon.Core/Extensions/Reflection/AssemblyDecoratorExtensions.cs#L147
Prefer using 'string.Equals(string, StringComparison)' to perform a case-insensitive comparison, but keep in mind that this might cause subtle changes in behavior, so make sure to conduct thorough testing after applying the suggestion, or if culturally sensitive comparison is not required, consider using 'StringComparison.OrdinalIgnoreCase' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1862)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
📦 Pack (Release)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Release)
- Add lib or ref assemblies for the net6.0 target framework
📦 Pack (Release)
- Add lib or ref assemblies for the net8.0 target framework
📦 Pack (Release)
- Add lib or ref assemblies for the net9.0 target framework
📦 Pack (Release)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Release)
- Add lib or ref assemblies for the net6.0 target framework
📦 Pack (Release)
- Add lib or ref assemblies for the net8.0 target framework
📦 Pack (Release)
- Add lib or ref assemblies for the net9.0 target framework
📦 Pack (Release)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Release)
- Add lib or ref assemblies for the net6.0 target framework
📦 Pack (Debug)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Debug)
- Add lib or ref assemblies for the net6.0 target framework
📦 Pack (Debug)
- Add lib or ref assemblies for the net8.0 target framework
📦 Pack (Debug)
- Add lib or ref assemblies for the net9.0 target framework
📦 Pack (Debug)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Debug)
- Add lib or ref assemblies for the net6.0 target framework
📦 Pack (Debug)
- Add lib or ref assemblies for the net8.0 target framework
📦 Pack (Debug)
- Add lib or ref assemblies for the net9.0 target framework
📦 Pack (Debug)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
📦 Pack (Debug)
- Add lib or ref assemblies for the net6.0 target framework
🛡️ Security Analysis: src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L292
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L298
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L300
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L304
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L308
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L320
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L326
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L328
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L332
Prefer the generic overload 'System.Enum.GetName<TEnum>(TEnum)' instead of 'System.Enum.GetName(System.Type, object)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🔬 Code Quality Analysis: src/Cuemon.Core/Text/ParserFactory.cs#L411
XML comment has cref attribute 'FormatProvider' that could not be resolved
🔬 Code Quality Analysis: src/Cuemon.Core/Extensions/DateTimeDecoratorExtensions.cs#L15
Use "DateTime.UnixEpoch" instead of creating DateTime instances that point to the unix epoch time (https://rules.sonarsource.com/csharp/RSPEC-6588)
🔬 Code Quality Analysis: src/Cuemon.Core/Calculator.cs#L300
Define a constant instead of using this literal 'Cannot apply assignment operator '{0}' (x << y) to operands of type '{1}'.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
🔬 Code Quality Analysis: src/Cuemon.Core/Calculator.cs#L308
Define a constant instead of using this literal 'Cannot apply assignment operator '{0}' (x >> y) to operands of type '{1}'.' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
🔬 Code Quality Analysis: src/Cuemon.Core/Extensions/HierarchyDecoratorExtensions.cs#L18
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
🔬 Code Quality Analysis: src/Cuemon.Core/Condition.cs#L20
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
🔬 Code Quality Analysis: src/Cuemon.Core/Validator.cs#L237
Define a constant instead of using this literal 'Value is not in a valid state.' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
🔬 Code Quality Analysis: src/Cuemon.Core/Generate.cs#L31
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
🔬 Code Quality Analysis: src/Cuemon.Core/Extensions/Collections/Generic/DictionaryDecoratorExtensions.cs#L107
Use a comparison to 'default(TKey)' instead or add a constraint to 'TKey' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
🔬 Code Quality Analysis: src/Cuemon.Core/Extensions/Collections/Generic/DictionaryDecoratorExtensions.cs#L112
Use a comparison to 'default(TKey)' instead or add a constraint to 'TKey' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)

Artifacts

Produced during runtime
Name Size
CoverageReport-Debug-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
16.9 MB
CoverageReport-Debug-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.56 MB
CoverageReport-Debug-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.58 MB
CoverageReport-Debug-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18 MB
CoverageReport-Debug-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.7 MB
CoverageReport-Debug-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.52 MB
CoverageReport-Debug-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.83 MB
CoverageReport-Debug-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.4 MB
CoverageReport-Debug-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16 MB
CoverageReport-Debug-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.65 MB
CoverageReport-Debug-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.61 MB
CoverageReport-Debug-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.3 MB
CoverageReport-Debug-Linux-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
18.2 MB
CoverageReport-Debug-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.7 MB
CoverageReport-Debug-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
8.97 MB
CoverageReport-Debug-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.66 MB
CoverageReport-Debug-Linux-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
9.54 MB
CoverageReport-Debug-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.03 MB
CoverageReport-Debug-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.92 MB
CoverageReport-Debug-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.6 MB
CoverageReport-Debug-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18 MB
CoverageReport-Debug-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.4 MB
CoverageReport-Debug-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.1 MB
CoverageReport-Debug-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16 MB
CoverageReport-Debug-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.4 MB
CoverageReport-Debug-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.85 MB
CoverageReport-Debug-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
9.49 MB
CoverageReport-Debug-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.47 MB
CoverageReport-Debug-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.58 MB
CoverageReport-Debug-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.36 MB
CoverageReport-Debug-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
15.8 MB
CoverageReport-Debug-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.12 MB
CoverageReport-Debug-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.23 MB
CoverageReport-Debug-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.4 MB
CoverageReport-Debug-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.8 MB
CoverageReport-Debug-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.02 MB
CoverageReport-Debug-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
9.94 MB
CoverageReport-Debug-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
18.9 MB
CoverageReport-Debug-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.39 MB
CoverageReport-Debug-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.1 MB
CoverageReport-Debug-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.85 MB
CoverageReport-Debug-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.14 MB
CoverageReport-Debug-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.8 MB
CoverageReport-Debug-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.82 MB
CoverageReport-Debug-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.3 MB
CoverageReport-Debug-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
16.9 MB
CoverageReport-Debug-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.58 MB
CoverageReport-Debug-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.6 MB
CoverageReport-Debug-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18 MB
CoverageReport-Debug-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.7 MB
CoverageReport-Debug-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.55 MB
CoverageReport-Debug-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.86 MB
CoverageReport-Debug-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.4 MB
CoverageReport-Debug-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16 MB
CoverageReport-Debug-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.68 MB
CoverageReport-Debug-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.6 MB
CoverageReport-Debug-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.3 MB
CoverageReport-Debug-Windows-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
18.2 MB
CoverageReport-Debug-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.7 MB
CoverageReport-Debug-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
8.99 MB
CoverageReport-Debug-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.71 MB
CoverageReport-Debug-Windows-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
9.59 MB
CoverageReport-Debug-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.11 MB
CoverageReport-Debug-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.95 MB
CoverageReport-Debug-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.6 MB
CoverageReport-Debug-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18 MB
CoverageReport-Debug-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.4 MB
CoverageReport-Debug-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.1 MB
CoverageReport-Debug-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16 MB
CoverageReport-Debug-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.4 MB
CoverageReport-Debug-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.87 MB
CoverageReport-Debug-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.47 MB
CoverageReport-Debug-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.6 MB
CoverageReport-Debug-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.39 MB
CoverageReport-Debug-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
15.8 MB
CoverageReport-Debug-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.14 MB
CoverageReport-Debug-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.28 MB
CoverageReport-Debug-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.4 MB
CoverageReport-Debug-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.8 MB
CoverageReport-Debug-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.05 MB
CoverageReport-Debug-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
9.96 MB
CoverageReport-Debug-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
18.8 MB
CoverageReport-Debug-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.41 MB
CoverageReport-Debug-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.1 MB
CoverageReport-Debug-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.87 MB
CoverageReport-Debug-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.17 MB
CoverageReport-Debug-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.8 MB
CoverageReport-Debug-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.84 MB
CoverageReport-Debug-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.4 MB
CoverageReport-Release-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
16.9 MB
CoverageReport-Release-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.54 MB
CoverageReport-Release-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.56 MB
CoverageReport-Release-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
17.9 MB
CoverageReport-Release-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.7 MB
CoverageReport-Release-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.51 MB
CoverageReport-Release-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.81 MB
CoverageReport-Release-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.3 MB
CoverageReport-Release-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
15.9 MB
CoverageReport-Release-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.63 MB
CoverageReport-Release-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.59 MB
CoverageReport-Release-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.3 MB
CoverageReport-Release-Linux-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
18.1 MB
CoverageReport-Release-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.7 MB
CoverageReport-Release-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
8.95 MB
CoverageReport-Release-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.64 MB
CoverageReport-Release-Linux-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
9.51 MB
CoverageReport-Release-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.01 MB
CoverageReport-Release-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.9 MB
CoverageReport-Release-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.5 MB
CoverageReport-Release-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18 MB
CoverageReport-Release-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.4 MB
CoverageReport-Release-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16 MB
CoverageReport-Release-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16 MB
CoverageReport-Release-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.3 MB
CoverageReport-Release-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.82 MB
CoverageReport-Release-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
9.47 MB
CoverageReport-Release-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.45 MB
CoverageReport-Release-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.56 MB
CoverageReport-Release-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.34 MB
CoverageReport-Release-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
15.8 MB
CoverageReport-Release-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.09 MB
CoverageReport-Release-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.21 MB
CoverageReport-Release-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.4 MB
CoverageReport-Release-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.8 MB
CoverageReport-Release-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.01 MB
CoverageReport-Release-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
9.91 MB
CoverageReport-Release-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
18.8 MB
CoverageReport-Release-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.37 MB
CoverageReport-Release-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.1 MB
CoverageReport-Release-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.83 MB
CoverageReport-Release-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.12 MB
CoverageReport-Release-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.7 MB
CoverageReport-Release-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.8 MB
CoverageReport-Release-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.3 MB
CoverageReport-Release-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
16.9 MB
CoverageReport-Release-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.57 MB
CoverageReport-Release-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.58 MB
CoverageReport-Release-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18 MB
CoverageReport-Release-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.7 MB
CoverageReport-Release-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.54 MB
CoverageReport-Release-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.84 MB
CoverageReport-Release-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.4 MB
CoverageReport-Release-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
15.9 MB
CoverageReport-Release-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.66 MB
CoverageReport-Release-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.58 MB
CoverageReport-Release-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.3 MB
CoverageReport-Release-Windows-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
18.1 MB
CoverageReport-Release-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.7 MB
CoverageReport-Release-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
8.97 MB
CoverageReport-Release-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.7 MB
CoverageReport-Release-Windows-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
9.56 MB
CoverageReport-Release-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.09 MB
CoverageReport-Release-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.92 MB
CoverageReport-Release-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.6 MB
CoverageReport-Release-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18 MB
CoverageReport-Release-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.4 MB
CoverageReport-Release-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16 MB
CoverageReport-Release-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16 MB
CoverageReport-Release-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.3 MB
CoverageReport-Release-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.85 MB
CoverageReport-Release-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.44 MB
CoverageReport-Release-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.58 MB
CoverageReport-Release-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.37 MB
CoverageReport-Release-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
15.8 MB
CoverageReport-Release-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.12 MB
CoverageReport-Release-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.27 MB
CoverageReport-Release-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.4 MB
CoverageReport-Release-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.8 MB
CoverageReport-Release-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.03 MB
CoverageReport-Release-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
9.94 MB
CoverageReport-Release-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
18.8 MB
CoverageReport-Release-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.39 MB
CoverageReport-Release-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.1 MB
CoverageReport-Release-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.86 MB
CoverageReport-Release-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.14 MB
CoverageReport-Release-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.8 MB
CoverageReport-Release-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.82 MB
CoverageReport-Release-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.3 MB
NuGet-Debug Expired
6.7 MB
NuGet-Release Expired
6.43 MB
TestResults-Debug-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.82 MB
TestResults-Debug-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.07 MB
TestResults-Debug-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.23 MB
TestResults-Debug-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.04 MB
TestResults-Debug-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
2.04 MB
TestResults-Debug-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
898 KB
TestResults-Debug-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.27 MB
TestResults-Debug-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.37 MB
TestResults-Debug-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.77 MB
TestResults-Debug-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.11 MB
TestResults-Debug-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
1.08 MB
TestResults-Debug-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.86 MB
TestResults-Debug-Linux-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
2.14 MB
TestResults-Debug-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.91 MB
TestResults-Debug-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.13 MB
TestResults-Debug-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
959 KB
TestResults-Debug-Linux-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
1.23 MB
TestResults-Debug-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
953 KB
TestResults-Debug-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.2 MB
TestResults-Debug-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
29.4 MB
TestResults-Debug-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
2.27 MB
TestResults-Debug-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
1.84 MB
TestResults-Debug-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.81 MB
TestResults-Debug-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.72 MB
TestResults-Debug-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.6 MB
TestResults-Debug-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.33 MB
TestResults-Debug-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
422 KB
TestResults-Debug-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.22 MB
TestResults-Debug-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.07 MB
TestResults-Debug-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.17 MB
TestResults-Debug-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
2 MB
TestResults-Debug-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.27 MB
TestResults-Debug-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.05 MB
TestResults-Debug-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.56 MB
TestResults-Debug-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.36 MB
TestResults-Debug-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
946 KB
TestResults-Debug-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.29 MB
TestResults-Debug-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
2.17 MB
TestResults-Debug-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.17 MB
TestResults-Debug-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.8 MB
TestResults-Debug-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
937 KB
TestResults-Debug-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.18 MB
TestResults-Debug-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.45 MB
TestResults-Debug-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.1 MB
TestResults-Debug-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.35 MB
TestResults-Debug-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.83 MB
TestResults-Debug-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.44 MB
TestResults-Debug-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.65 MB
TestResults-Debug-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.38 MB
TestResults-Debug-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
2.04 MB
TestResults-Debug-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
1.18 MB
TestResults-Debug-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.28 MB
TestResults-Debug-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.83 MB
TestResults-Debug-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.77 MB
TestResults-Debug-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.5 MB
TestResults-Debug-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
1.09 MB
TestResults-Debug-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.86 MB
TestResults-Debug-Windows-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
2.14 MB
TestResults-Debug-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.92 MB
TestResults-Debug-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.52 MB
TestResults-Debug-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
1.26 MB
TestResults-Debug-Windows-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
1.65 MB
TestResults-Debug-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
1.25 MB
TestResults-Debug-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.6 MB
TestResults-Debug-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
39.2 MB
TestResults-Debug-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
2.27 MB
TestResults-Debug-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
2.46 MB
TestResults-Debug-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.82 MB
TestResults-Debug-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.44 MB
TestResults-Debug-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.6 MB
TestResults-Debug-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.77 MB
TestResults-Debug-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.23 MB
TestResults-Debug-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.44 MB
TestResults-Debug-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.57 MB
TestResults-Debug-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
2.01 MB
TestResults-Debug-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.71 MB
TestResults-Debug-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.41 MB
TestResults-Debug-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.57 MB
TestResults-Debug-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.37 MB
TestResults-Debug-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
1.24 MB
TestResults-Debug-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.73 MB
TestResults-Debug-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
2.17 MB
TestResults-Debug-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.56 MB
TestResults-Debug-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.8 MB
TestResults-Debug-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
1.23 MB
TestResults-Debug-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.57 MB
TestResults-Debug-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.94 MB
TestResults-Debug-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.47 MB
TestResults-Debug-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.8 MB
TestResults-Release-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.56 MB
TestResults-Release-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
921 KB
TestResults-Release-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.04 MB
TestResults-Release-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
1.74 MB
TestResults-Release-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
1.75 MB
TestResults-Release-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
759 KB
TestResults-Release-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.08 MB
TestResults-Release-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.16 MB
TestResults-Release-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.51 MB
TestResults-Release-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
966 KB
TestResults-Release-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
941 KB
TestResults-Release-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.59 MB
TestResults-Release-Linux-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
1.84 MB
TestResults-Release-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.63 MB
TestResults-Release-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
984 KB
TestResults-Release-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
814 KB
TestResults-Release-Linux-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
1.04 MB
TestResults-Release-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
807 KB
TestResults-Release-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.02 MB
TestResults-Release-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
29.2 MB
TestResults-Release-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
1.95 MB
TestResults-Release-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
1.59 MB
TestResults-Release-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.55 MB
TestResults-Release-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.48 MB
TestResults-Release-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.36 MB
TestResults-Release-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.12 MB
TestResults-Release-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
355 KB
TestResults-Release-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.04 MB
TestResults-Release-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
935 KB
TestResults-Release-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1010 KB
TestResults-Release-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
1.72 MB
TestResults-Release-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.08 MB
TestResults-Release-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
915 KB
TestResults-Release-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.34 MB
TestResults-Release-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.16 MB
TestResults-Release-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
802 KB
TestResults-Release-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.09 MB
TestResults-Release-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
1.86 MB
TestResults-Release-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1020 KB
TestResults-Release-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.54 MB
TestResults-Release-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
794 KB
TestResults-Release-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1010 KB
TestResults-Release-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.22 MB
TestResults-Release-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
957 KB
TestResults-Release-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.14 MB
TestResults-Release-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.56 MB
TestResults-Release-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.21 MB
TestResults-Release-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.39 MB
TestResults-Release-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.02 MB
TestResults-Release-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
1.74 MB
TestResults-Release-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
1020 KB
TestResults-Release-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.44 MB
TestResults-Release-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.55 MB
TestResults-Release-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.51 MB
TestResults-Release-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.27 MB
TestResults-Release-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
946 KB
TestResults-Release-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.6 MB
TestResults-Release-Windows-4c407ac571278b44d7da067dd65fc1ae095a0ec28d571018da787e00311a6a4a Expired
1.84 MB
TestResults-Release-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.64 MB
TestResults-Release-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.29 MB
TestResults-Release-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
1.07 MB
TestResults-Release-Windows-60544cac73e26383951f3d914b4cfa88c3e2f86b45defe0346522624e453df9f Expired
1.39 MB
TestResults-Release-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
1.06 MB
TestResults-Release-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.36 MB
TestResults-Release-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
38.9 MB
TestResults-Release-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
1.95 MB
TestResults-Release-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
2.12 MB
TestResults-Release-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.56 MB
TestResults-Release-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.48 MB
TestResults-Release-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.37 MB
TestResults-Release-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.5 MB
TestResults-Release-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.04 MB
TestResults-Release-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.22 MB
TestResults-Release-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.32 MB
TestResults-Release-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
1.72 MB
TestResults-Release-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.45 MB
TestResults-Release-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.2 MB
TestResults-Release-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.35 MB
TestResults-Release-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.17 MB
TestResults-Release-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
1.05 MB
TestResults-Release-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.46 MB
TestResults-Release-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
1.86 MB
TestResults-Release-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.33 MB
TestResults-Release-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.54 MB
TestResults-Release-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
1.04 MB
TestResults-Release-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.32 MB
TestResults-Release-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.63 MB
TestResults-Release-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.25 MB
TestResults-Release-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.52 MB
net6.0-Debug Expired
38.1 MB
net6.0-Release Expired
36.4 MB
net8.0-Debug Expired
38.1 MB
net8.0-Release Expired
36.4 MB
net9.0-Debug Expired
38.2 MB
net9.0-Release Expired
36.4 MB
netstandard2.0-Debug Expired
20.4 MB
netstandard2.0-Release Expired
19.5 MB
netstandard2.1-Debug Expired
9.08 MB
netstandard2.1-Release Expired
8.96 MB