Skip to content

feat: timestamp - short date + short / medium time #3905

feat: timestamp - short date + short / medium time

feat: timestamp - short date + short / medium time #3905

Triggered via push October 30, 2025 23:37
Status Success
Total duration 8m 27s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): DisCatSharp.Tools/DisCatSharp.Analyzer/DisCatSharp.Analyzer.CodeFixes/DisCatSharpRequiresOverrideCodeFix.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): DisCatSharp.Tools/DisCatSharp.Analyzer/DisCatSharp.Analyzer/DisCatSharpAnalyzer.cs#L154
Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
Analyze (csharp): DisCatSharp.Tools/DisCatSharp.Analyzer/DisCatSharp.Analyzer/DisCatSharpAnalyzer.cs#L17
'DisCatSharp.Analyzer.DisCatSharpAnalyzer': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'