Skip to content

V9.0.0/housekeeping #119

V9.0.0/housekeeping

V9.0.0/housekeeping #119

Triggered via pull request September 5, 2024 21:20
@gimlichaelgimlichael
synchronize #76
Status Failure
Total duration 30d 1h 5m 48s
Artifacts 382

pipelines.yml

on: pull_request_target
🐧 Prepare Linux
31s
🐧 Prepare Linux
🪟 Prepare Windows
2m 35s
🪟 Prepare Windows
Matrix: 🛠️ Build
Matrix: 🧪 Test
Matrix: 📦 Pack
📊 Code Coverage Analysis
1m 27s
📊 Code Coverage Analysis
🔬 Code Quality Analysis
9m 20s
🔬 Code Quality Analysis
🛡️ Security Analysis
8m 20s
🛡️ Security Analysis
🚀 Deploy v9.0.0-preview.3
0s
🚀 Deploy v9.0.0-preview.3
Production review time expired
Fit to window
Zoom out
Zoom in

Annotations

1 error and 134 warnings
🚀 Deploy v9.0.0-preview.3
The deployment was rejected or didn't satisfy other protection rules.
🛠️ 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/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/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/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/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/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.Integrity/DataIntegrityFactory.cs#L33
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Data.Integrity/DataIntegrityFactory.cs#L33
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Extensions.DependencyInjection/ServiceCollectionExtensions.cs#L315
Prefer the generic overload 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.TryAdd<TService>(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Func<System.IServiceProvider, TService>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' instead of 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Type, System.Func<System.IServiceProvider, object>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, netstandard2.0): src/Cuemon.Extensions.DependencyInjection/ServiceCollectionExtensions.cs#L225
Prefer the generic overload 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.Add<TService>(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Func<System.IServiceProvider, TService>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' instead of 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Type, System.Func<System.IServiceProvider, object>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ 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/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/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/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/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/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.Integrity/DataIntegrityFactory.cs#L33
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Data.Integrity/DataIntegrityFactory.cs#L33
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Extensions.DependencyInjection/ServiceCollectionExtensions.cs#L315
Prefer the generic overload 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.TryAdd<TService>(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Func<System.IServiceProvider, TService>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' instead of 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Type, System.Func<System.IServiceProvider, object>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Release, netstandard2.0): src/Cuemon.Extensions.DependencyInjection/ServiceCollectionExtensions.cs#L225
Prefer the generic overload 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.Add<TService>(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Func<System.IServiceProvider, TService>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' instead of 'Cuemon.Extensions.DependencyInjection.ServiceCollectionExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection, System.Type, System.Func<System.IServiceProvider, object>, System.Action<Cuemon.Extensions.DependencyInjection.TypeForwardServiceOptions>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
🛠️ Build (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, 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 (Debug, net9.0): src/Cuemon.Core/Calculator.cs#L336
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#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 (Release, net8.0): src/Cuemon.Core/Calculator.cs#L336
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#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)
🛠️ Build (Debug, net8.0): src/Cuemon.Core/Calculator.cs#L336
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#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, net9.0): src/Cuemon.Core/Calculator.cs#L336
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#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 (Debug, net6.0): src/Cuemon.Core/Calculator.cs#L336
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#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, net6.0): src/Cuemon.Core/Calculator.cs#L336
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 (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
📦 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
🧪 Test (windows-2022, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.Te...
Failed to download action 'https://api.github.com/repos/codebeltnet/dotnet-test/zipball/5f097417f006f3a42ae325f255238705df4487f5'. Error: Response status code does not indicate success: 500 (Internal Server Error).
🛡️ 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)
🛡️ Security Analysis: src/Cuemon.Core/Calculator.cs#L336
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/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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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)
🔬 Code Quality 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/Calculator.cs#L336
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)

Artifacts

Produced during runtime
Name Size
CoverageReport-Debug-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
17.1 MB
CoverageReport-Debug-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.62 MB
CoverageReport-Debug-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.64 MB
CoverageReport-Debug-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18.2 MB
CoverageReport-Debug-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.9 MB
CoverageReport-Debug-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.59 MB
CoverageReport-Debug-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.9 MB
CoverageReport-Debug-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.5 MB
CoverageReport-Debug-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16.1 MB
CoverageReport-Debug-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.72 MB
CoverageReport-Debug-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.67 MB
CoverageReport-Debug-Linux-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
18.9 MB
CoverageReport-Debug-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.4 MB
CoverageReport-Debug-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.9 MB
CoverageReport-Debug-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
9.03 MB
CoverageReport-Debug-Linux-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
16.8 MB
CoverageReport-Debug-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.72 MB
CoverageReport-Debug-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.09 MB
CoverageReport-Debug-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.98 MB
CoverageReport-Debug-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.7 MB
CoverageReport-Debug-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18.2 MB
CoverageReport-Debug-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.5 MB
CoverageReport-Debug-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.2 MB
CoverageReport-Debug-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16.2 MB
CoverageReport-Debug-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.5 MB
CoverageReport-Debug-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.94 MB
CoverageReport-Debug-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
9.55 MB
CoverageReport-Debug-Linux-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
18.4 MB
CoverageReport-Debug-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.56 MB
CoverageReport-Debug-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.64 MB
CoverageReport-Debug-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.43 MB
CoverageReport-Debug-Linux-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
9.6 MB
CoverageReport-Debug-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
16 MB
CoverageReport-Debug-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.21 MB
CoverageReport-Debug-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.29 MB
CoverageReport-Debug-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.6 MB
CoverageReport-Debug-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.9 MB
CoverageReport-Debug-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.08 MB
CoverageReport-Debug-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
10 MB
CoverageReport-Debug-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
19.1 MB
CoverageReport-Debug-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.45 MB
CoverageReport-Debug-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.3 MB
CoverageReport-Debug-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.91 MB
CoverageReport-Debug-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.2 MB
CoverageReport-Debug-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.9 MB
CoverageReport-Debug-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.88 MB
CoverageReport-Debug-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.4 MB
CoverageReport-Debug-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
17 MB
CoverageReport-Debug-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.65 MB
CoverageReport-Debug-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.66 MB
CoverageReport-Debug-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18.2 MB
CoverageReport-Debug-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.9 MB
CoverageReport-Debug-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.61 MB
CoverageReport-Debug-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.92 MB
CoverageReport-Debug-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.5 MB
CoverageReport-Debug-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16.1 MB
CoverageReport-Debug-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.74 MB
CoverageReport-Debug-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.66 MB
CoverageReport-Debug-Windows-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
18.9 MB
CoverageReport-Debug-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.4 MB
CoverageReport-Debug-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.9 MB
CoverageReport-Debug-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
9.05 MB
CoverageReport-Debug-Windows-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
16.8 MB
CoverageReport-Debug-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.77 MB
CoverageReport-Debug-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.17 MB
CoverageReport-Debug-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
10 MB
CoverageReport-Debug-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.7 MB
CoverageReport-Debug-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18.2 MB
CoverageReport-Debug-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.6 MB
CoverageReport-Debug-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.2 MB
CoverageReport-Debug-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16.2 MB
CoverageReport-Debug-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.5 MB
CoverageReport-Debug-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.96 MB
CoverageReport-Debug-Windows-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
18.4 MB
CoverageReport-Debug-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.56 MB
CoverageReport-Debug-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.66 MB
CoverageReport-Debug-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.45 MB
CoverageReport-Debug-Windows-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
9.65 MB
CoverageReport-Debug-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
16 MB
CoverageReport-Debug-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.24 MB
CoverageReport-Debug-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.35 MB
CoverageReport-Debug-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.6 MB
CoverageReport-Debug-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.9 MB
CoverageReport-Debug-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.11 MB
CoverageReport-Debug-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
10 MB
CoverageReport-Debug-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
19.1 MB
CoverageReport-Debug-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.47 MB
CoverageReport-Debug-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.3 MB
CoverageReport-Debug-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.94 MB
CoverageReport-Debug-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.23 MB
CoverageReport-Debug-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.9 MB
CoverageReport-Debug-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.9 MB
CoverageReport-Debug-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.5 MB
CoverageReport-Release-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
17 MB
CoverageReport-Release-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.6 MB
CoverageReport-Release-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.62 MB
CoverageReport-Release-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18.2 MB
CoverageReport-Release-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.9 MB
CoverageReport-Release-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.57 MB
CoverageReport-Release-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.87 MB
CoverageReport-Release-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.4 MB
CoverageReport-Release-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16.1 MB
CoverageReport-Release-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.7 MB
CoverageReport-Release-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.65 MB
CoverageReport-Release-Linux-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
18.9 MB
CoverageReport-Release-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.4 MB
CoverageReport-Release-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.8 MB
CoverageReport-Release-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
9.01 MB
CoverageReport-Release-Linux-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
16.7 MB
CoverageReport-Release-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.7 MB
CoverageReport-Release-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.07 MB
CoverageReport-Release-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.96 MB
CoverageReport-Release-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.6 MB
CoverageReport-Release-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18.2 MB
CoverageReport-Release-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.5 MB
CoverageReport-Release-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.2 MB
CoverageReport-Release-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16.1 MB
CoverageReport-Release-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.5 MB
CoverageReport-Release-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.92 MB
CoverageReport-Release-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
9.53 MB
CoverageReport-Release-Linux-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
18.3 MB
CoverageReport-Release-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.54 MB
CoverageReport-Release-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.62 MB
CoverageReport-Release-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.41 MB
CoverageReport-Release-Linux-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
9.58 MB
CoverageReport-Release-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
16 MB
CoverageReport-Release-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.19 MB
CoverageReport-Release-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.27 MB
CoverageReport-Release-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.5 MB
CoverageReport-Release-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.9 MB
CoverageReport-Release-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.07 MB
CoverageReport-Release-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
9.98 MB
CoverageReport-Release-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
19 MB
CoverageReport-Release-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.43 MB
CoverageReport-Release-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.3 MB
CoverageReport-Release-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.9 MB
CoverageReport-Release-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.18 MB
CoverageReport-Release-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.8 MB
CoverageReport-Release-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.86 MB
CoverageReport-Release-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.4 MB
CoverageReport-Release-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
17 MB
CoverageReport-Release-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
8.63 MB
CoverageReport-Release-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
9.64 MB
CoverageReport-Release-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
18.2 MB
CoverageReport-Release-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
16.9 MB
CoverageReport-Release-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
7.6 MB
CoverageReport-Release-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
9.9 MB
CoverageReport-Release-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
10.5 MB
CoverageReport-Release-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
16.1 MB
CoverageReport-Release-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
8.72 MB
CoverageReport-Release-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
8.65 MB
CoverageReport-Release-Windows-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
18.9 MB
CoverageReport-Release-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
15.4 MB
CoverageReport-Release-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
16.8 MB
CoverageReport-Release-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
9.03 MB
CoverageReport-Release-Windows-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
16.7 MB
CoverageReport-Release-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
7.76 MB
CoverageReport-Release-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
8.15 MB
CoverageReport-Release-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
9.99 MB
CoverageReport-Release-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
11.7 MB
CoverageReport-Release-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
18.2 MB
CoverageReport-Release-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
11.5 MB
CoverageReport-Release-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
16.2 MB
CoverageReport-Release-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
16.1 MB
CoverageReport-Release-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
14.4 MB
CoverageReport-Release-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
9.94 MB
CoverageReport-Release-Windows-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
18.3 MB
CoverageReport-Release-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
9.54 MB
CoverageReport-Release-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
8.65 MB
CoverageReport-Release-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
9.43 MB
CoverageReport-Release-Windows-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
9.63 MB
CoverageReport-Release-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
16 MB
CoverageReport-Release-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
9.21 MB
CoverageReport-Release-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
8.33 MB
CoverageReport-Release-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
13.5 MB
CoverageReport-Release-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
11.9 MB
CoverageReport-Release-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
8.09 MB
CoverageReport-Release-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
10 MB
CoverageReport-Release-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
19 MB
CoverageReport-Release-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
9.45 MB
CoverageReport-Release-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
16.2 MB
CoverageReport-Release-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
7.92 MB
CoverageReport-Release-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
9.2 MB
CoverageReport-Release-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
10.8 MB
CoverageReport-Release-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
8.88 MB
CoverageReport-Release-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
10.4 MB
TestResults-Debug-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.84 MB
TestResults-Debug-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.08 MB
TestResults-Debug-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.24 MB
TestResults-Debug-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.09 MB
TestResults-Debug-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
2.1 MB
TestResults-Debug-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
909 KB
TestResults-Debug-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.28 MB
TestResults-Debug-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.39 MB
TestResults-Debug-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.79 MB
TestResults-Debug-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.12 MB
TestResults-Debug-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
1.09 MB
TestResults-Debug-Linux-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
2.23 MB
TestResults-Debug-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.87 MB
TestResults-Debug-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.94 MB
TestResults-Debug-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.14 MB
TestResults-Debug-Linux-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
2.09 MB
TestResults-Debug-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
969 KB
TestResults-Debug-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
963 KB
TestResults-Debug-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.21 MB
TestResults-Debug-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
29.5 MB
TestResults-Debug-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
2.32 MB
TestResults-Debug-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
1.87 MB
TestResults-Debug-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.83 MB
TestResults-Debug-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.74 MB
TestResults-Debug-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.61 MB
TestResults-Debug-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.34 MB
TestResults-Debug-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
425 KB
TestResults-Debug-Linux-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
2.18 MB
TestResults-Debug-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.24 MB
TestResults-Debug-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.08 MB
TestResults-Debug-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.18 MB
TestResults-Debug-Linux-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
1.24 MB
TestResults-Debug-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
2.04 MB
TestResults-Debug-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.29 MB
TestResults-Debug-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.06 MB
TestResults-Debug-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.58 MB
TestResults-Debug-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.38 MB
TestResults-Debug-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
956 KB
TestResults-Debug-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.3 MB
TestResults-Debug-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
2.22 MB
TestResults-Debug-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.18 MB
TestResults-Debug-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.82 MB
TestResults-Debug-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
948 KB
TestResults-Debug-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.18 MB
TestResults-Debug-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.47 MB
TestResults-Debug-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.11 MB
TestResults-Debug-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.37 MB
TestResults-Debug-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.85 MB
TestResults-Debug-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.45 MB
TestResults-Debug-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.66 MB
TestResults-Debug-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.43 MB
TestResults-Debug-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
2.1 MB
TestResults-Debug-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
1.19 MB
TestResults-Debug-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.72 MB
TestResults-Debug-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.86 MB
TestResults-Debug-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.8 MB
TestResults-Debug-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.51 MB
TestResults-Debug-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
1.1 MB
TestResults-Debug-Windows-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
2.23 MB
TestResults-Debug-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.88 MB
TestResults-Debug-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.94 MB
TestResults-Debug-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.53 MB
TestResults-Debug-Windows-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
2.09 MB
TestResults-Debug-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
1.27 MB
TestResults-Debug-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
1.26 MB
TestResults-Debug-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.62 MB
TestResults-Debug-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
39.3 MB
TestResults-Debug-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
2.33 MB
TestResults-Debug-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
2.49 MB
TestResults-Debug-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.83 MB
TestResults-Debug-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.74 MB
TestResults-Debug-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.62 MB
TestResults-Debug-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.8 MB
TestResults-Debug-Windows-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
2.19 MB
TestResults-Debug-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.24 MB
TestResults-Debug-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.45 MB
TestResults-Debug-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.58 MB
TestResults-Debug-Windows-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
1.66 MB
TestResults-Debug-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
2.04 MB
TestResults-Debug-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.73 MB
TestResults-Debug-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.42 MB
TestResults-Debug-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.59 MB
TestResults-Debug-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.38 MB
TestResults-Debug-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
1.25 MB
TestResults-Debug-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.74 MB
TestResults-Debug-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
2.23 MB
TestResults-Debug-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.57 MB
TestResults-Debug-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.83 MB
TestResults-Debug-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
1.24 MB
TestResults-Debug-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.58 MB
TestResults-Debug-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.96 MB
TestResults-Debug-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.49 MB
TestResults-Debug-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.83 MB
TestResults-Release-Linux-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.58 MB
TestResults-Release-Linux-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
929 KB
TestResults-Release-Linux-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.05 MB
TestResults-Release-Linux-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
1.78 MB
TestResults-Release-Linux-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
1.79 MB
TestResults-Release-Linux-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
768 KB
TestResults-Release-Linux-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.08 MB
TestResults-Release-Linux-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.17 MB
TestResults-Release-Linux-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.53 MB
TestResults-Release-Linux-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
974 KB
TestResults-Release-Linux-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
950 KB
TestResults-Release-Linux-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
1.91 MB
TestResults-Release-Linux-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.61 MB
TestResults-Release-Linux-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.66 MB
TestResults-Release-Linux-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
991 KB
TestResults-Release-Linux-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
1.79 MB
TestResults-Release-Linux-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
824 KB
TestResults-Release-Linux-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
816 KB
TestResults-Release-Linux-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.03 MB
TestResults-Release-Linux-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
29.2 MB
TestResults-Release-Linux-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
1.99 MB
TestResults-Release-Linux-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
1.61 MB
TestResults-Release-Linux-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.56 MB
TestResults-Release-Linux-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.49 MB
TestResults-Release-Linux-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.38 MB
TestResults-Release-Linux-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.14 MB
TestResults-Release-Linux-93b4e9f4fdc7c524482342c15570bca1fba5359ba4e6af0a9b51454ce70d956a Expired
358 KB
TestResults-Release-Linux-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
1.88 MB
TestResults-Release-Linux-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.05 MB
TestResults-Release-Linux-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
942 KB
TestResults-Release-Linux-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1020 KB
TestResults-Release-Linux-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
1.04 MB
TestResults-Release-Linux-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
1.75 MB
TestResults-Release-Linux-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.1 MB
TestResults-Release-Linux-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
924 KB
TestResults-Release-Linux-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.36 MB
TestResults-Release-Linux-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.18 MB
TestResults-Release-Linux-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
811 KB
TestResults-Release-Linux-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.1 MB
TestResults-Release-Linux-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
1.91 MB
TestResults-Release-Linux-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1020 KB
TestResults-Release-Linux-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.56 MB
TestResults-Release-Linux-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
804 KB
TestResults-Release-Linux-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1020 KB
TestResults-Release-Linux-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.24 MB
TestResults-Release-Linux-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
964 KB
TestResults-Release-Linux-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.15 MB
TestResults-Release-Windows-0830f882502f3c2c3ef72d8e25d28927c90c3bbccb5f4821826e3000860ab83a Expired
1.58 MB
TestResults-Release-Windows-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417 Expired
1.22 MB
TestResults-Release-Windows-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380 Expired
1.4 MB
TestResults-Release-Windows-263639af6e44b3c889e93a5950e79e648830d5472c2bc5d4b8bfda31268e3ba3 Expired
2.07 MB
TestResults-Release-Windows-2b40259e0f4d96a29258c4e6cb1bc600bf0704962733e956da862f6eb9912640 Expired
1.79 MB
TestResults-Release-Windows-2fa2dfa45e27fbae9540e9860f31b896b9b968b70a9f58991c60012bcff16bc4 Expired
1.01 MB
TestResults-Release-Windows-34e737967aea3b42f68cd3aeb53f8fa620d3cf52f231929e297a5b68c7f2e538 Expired
1.45 MB
TestResults-Release-Windows-3942709c2c6b6c31d614dec3162f734986ab1c8c7d2e5ef1642f798ec3e692b0 Expired
1.57 MB
TestResults-Release-Windows-3ee9f86d3ab5e0a7e101e5a653bba8e9518ed6a0f6d2d432dc8bcb1fc15cdaa3 Expired
1.54 MB
TestResults-Release-Windows-434fcebea29a1db6b08ed25204feb028a79d9da1c20df75b1f64a0048c0fb842 Expired
1.28 MB
TestResults-Release-Windows-4541689f9cd6488323385cad18df733d5ab07d8ad04a4b87fe82d45847c986f0 Expired
955 KB
TestResults-Release-Windows-4657981a93c223da89665a5d80f0ba8d7dbf80b577cc3a9ae4fe0d90c0b519d0 Expired
1.91 MB
TestResults-Release-Windows-4996360bd53c438abecc532a45566002c3f666a8b703c300f271772c52095e4f Expired
1.61 MB
TestResults-Release-Windows-501dfef44fdb6d8796a3cb17ef93e594bd78e5f7f01b0246b8aa122325757ac5 Expired
1.66 MB
TestResults-Release-Windows-55f66b31b48179640416db2a3350f651b9cd066a0f261c2304bb70cb1d27bb60 Expired
1.3 MB
TestResults-Release-Windows-5a2030f19deb0b17fd1b657827337db6c28db3c4e737e0f4747d3edb271aa2d7 Expired
1.79 MB
TestResults-Release-Windows-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c Expired
1.08 MB
TestResults-Release-Windows-6f8dd81ef78248e28321512c2d5fb626da2c4510cffdf0d920da1400d45faed4 Expired
1.07 MB
TestResults-Release-Windows-6fc762c5665174dcc881ae7ee8b81afd1c634c36814c37b35f85e5fc5b96cd6f Expired
1.37 MB
TestResults-Release-Windows-75f9f7f1593cba3fbc1382d5db3c6dfb1ee6beb66d707949f1344c0778b735f2 Expired
38.9 MB
TestResults-Release-Windows-7bfa534afe1f43ef4e059589c2f3535136114450599aeb24a61584df099cb85b Expired
1.99 MB
TestResults-Release-Windows-83abb9a565238b482c58b522c06935095e04ea467a96ccfe582a3dcfa5119010 Expired
2.16 MB
TestResults-Release-Windows-8655df28954240fe834f7e8002f0bffacc5580cb324eb16c8b9c2497ef25fdd7 Expired
1.57 MB
TestResults-Release-Windows-896e6f94a5fbfedd484d06c089498babfbfa7b1b809a60742142a256565e1ddd Expired
1.49 MB
TestResults-Release-Windows-8f6213ef6289f1fd838fd059639c679a8fcdadca4ba0d661bd465fd14480fb10 Expired
1.38 MB
TestResults-Release-Windows-93a801414cf74b42e3a07f83d79be892b72271189b247a0205ad36ca427ed684 Expired
1.52 MB
TestResults-Release-Windows-9424ea34e8f592b6b202d5c61e18c3f2629089eeefa8d2b72d74e9a418cee353 Expired
1.88 MB
TestResults-Release-Windows-95b65b3a00f653f197ced17b51c807ea3ddf075d434ed533839af29cf1f4e69f Expired
1.05 MB
TestResults-Release-Windows-971e5663add3d3972036767c000b0dec7e0acab57712b6e337f933056c8bba23 Expired
1.23 MB
TestResults-Release-Windows-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529 Expired
1.33 MB
TestResults-Release-Windows-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c Expired
1.4 MB
TestResults-Release-Windows-c3ff262ee43afe2a96cc5811d42a78224965a7e399dc563b04193b05b1aedb0d Expired
1.75 MB
TestResults-Release-Windows-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609 Expired
1.47 MB
TestResults-Release-Windows-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7 Expired
1.21 MB
TestResults-Release-Windows-d4aaea4c44c3b67a8a2eece79694bb859d67815e7f8222774511713ee3c73391 Expired
1.36 MB
TestResults-Release-Windows-d90036e660a62ccd9fa204232593a1dbc076971520581df72e8ac363edf33403 Expired
1.18 MB
TestResults-Release-Windows-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5 Expired
1.06 MB
TestResults-Release-Windows-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7 Expired
1.47 MB
TestResults-Release-Windows-dd2071dd35a600041e99b82788c9159d073ab2eae14eeb3f0dde5266fce7494b Expired
1.91 MB
TestResults-Release-Windows-dec91d7832f62f6d788993d482c9b13c948d2dae493ee49e7e3a496cea55197b Expired
1.34 MB
TestResults-Release-Windows-e169dc9d1e86bd5f0fc2d4dcfbab19161a3c77a315d7eee8d13b57c5dcef465e Expired
1.57 MB
TestResults-Release-Windows-ed6cdee003b4c75017e0cd3f412a6cbb86eae7b4afb10559216761cb568b0300 Expired
1.05 MB
TestResults-Release-Windows-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf Expired
1.33 MB
TestResults-Release-Windows-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc Expired
1.65 MB
TestResults-Release-Windows-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92 Expired
1.26 MB
TestResults-Release-Windows-fffab84e65d925cdf6cde729b8c52d73617b78e1f2773c8fe65f93492437f9b2 Expired
1.54 MB
net6.0-Debug Expired
38.3 MB
net6.0-Release Expired
36.6 MB
net8.0-Debug Expired
38.3 MB
net8.0-Release Expired
36.6 MB
net9.0-Debug Expired
38.3 MB
net9.0-Release Expired
36.5 MB
netstandard2.0-Debug Expired
20.4 MB
netstandard2.0-Release Expired
19.6 MB
netstandard2.1-Debug Expired
9.02 MB
netstandard2.1-Release Expired
8.89 MB