Fix timer calculations mixing Stopwatch and TimeSpan ticks#602
Merged
Annotations
8 warnings
|
Build .NET libraries:
src/SampSharp.OpenMp.Entities/Hosting/EcsHost.cs#L29
Ensure that method 'void EcsHost.Dispose(bool disposing)' calls 'base.Dispose(bool)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
|
|
Build .NET libraries:
src/SampSharp.OpenMp.Core/Extensions/Extension.cs#L62
Ambiguous reference in cref attribute: 'Dispose'. Assuming 'SampSharp.OpenMp.Core.Extension.Dispose()', but could have also matched other overloads including 'SampSharp.OpenMp.Core.Extension.Dispose(bool)'.
|
|
Build .NET libraries:
src/SampSharp.OpenMp.Core/Extensions/Extension.cs#L60
Ambiguous reference in cref attribute: 'Dispose'. Assuming 'SampSharp.OpenMp.Core.Extension.Dispose()', but could have also matched other overloads including 'SampSharp.OpenMp.Core.Extension.Dispose(bool)'.
|
|
Build .NET libraries:
src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md#L4
Analyzer release file 'AnalyzerReleases.Unshipped.md' has a missing or invalid release header '## Unreleased' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
Build .NET libraries:
src/SampSharp.OpenMp.Entities/Hosting/EcsHost.cs#L29
Ensure that method 'void EcsHost.Dispose(bool disposing)' calls 'base.Dispose(bool)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
|
|
Build .NET libraries:
src/SampSharp.OpenMp.Core/Extensions/Extension.cs#L62
Ambiguous reference in cref attribute: 'Dispose'. Assuming 'SampSharp.OpenMp.Core.Extension.Dispose()', but could have also matched other overloads including 'SampSharp.OpenMp.Core.Extension.Dispose(bool)'.
|
|
Build .NET libraries:
src/SampSharp.OpenMp.Core/Extensions/Extension.cs#L60
Ambiguous reference in cref attribute: 'Dispose'. Assuming 'SampSharp.OpenMp.Core.Extension.Dispose()', but could have also matched other overloads including 'SampSharp.OpenMp.Core.Extension.Dispose(bool)'.
|
|
Build .NET libraries:
src/SampSharp.Analyzer/AnalyzerReleases.Unshipped.md#L4
Analyzer release file 'AnalyzerReleases.Unshipped.md' has a missing or invalid release header '## Unreleased' (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
background
wait
wait-all
cancel
parallel
Loading