ci: bump unity to 2021.3.41f1 #115
Annotations
10 warnings
Run dotnet build -c Debug
'JobExtensions.With(Job, Jit)' is obsolete: 'This method will soon be removed, please start using .WithJit instead'
|
Run dotnet build -c Debug
'JobExtensions.With(Job, Platform)' is obsolete: 'This method will soon be removed, please start using .WithPlatform instead'
|
Run dotnet build -c Debug
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
Run dotnet build -c Debug
'ManualConfig.Add(params IExporter[])' is obsolete: 'This method will soon be removed, please start using .AddExporter() instead.'
|
Run dotnet build -c Debug
'ManualConfig.Add(params IExporter[])' is obsolete: 'This method will soon be removed, please start using .AddExporter() instead.'
|
Run dotnet build -c Debug
'ManualConfig.Add(params IDiagnoser[])' is obsolete: 'This method will soon be removed, please start using .AddDiagnoser() instead.'
|
Run dotnet build -c Debug
'JobExtensions.With(Job, Jit)' is obsolete: 'This method will soon be removed, please start using .WithJit instead'
|
Run dotnet build -c Debug:
benchmark/PerfBenchmark/BenchmarkConfig.cs#L18
'JobExtensions.With(Job, Platform)' is obsolete: 'This method will soon be removed, please start using .WithPlatform instead'
|
Run dotnet build -c Debug:
benchmark/PerfBenchmark/BenchmarkConfig.cs#L18
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
Run dotnet build -c Debug:
benchmark/PerfBenchmark/BenchmarkConfig.cs#L20
'ManualConfig.Add(params IExporter[])' is obsolete: 'This method will soon be removed, please start using .AddExporter() instead.'
|
Loading