Skip to content

Commit

Permalink
test: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 23, 2024
1 parent d8743fe commit c373768
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
[
{
Id: CS8019,
Title: Unnecessary using directive,
Location: /*

using System.Collections.Generic;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*/
Anthropic.Generators\Anthropic.Generators.AnthropicToolsGenerator\IWeatherFunctions.Calls.generated.cs: (1,0)-(1,33),
Message: Unnecessary using directive.,
Severity: Hidden,
WarningLevel: 1,
Location: Anthropic.Generators\Anthropic.Generators.AnthropicToolsGenerator\IWeatherFunctions.Calls.generated.cs: (1,0)-(1,33),
HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS8019),
MessageFormat: Unnecessary using directive.,
Message: Unnecessary using directive.,
Category: Compiler,
CustomTags: [
Compiler,
Telemetry
]
Descriptor: {
Id: CS8019,
Title: Unnecessary using directive,
HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS8019),
MessageFormat: Unnecessary using directive.,
Category: Compiler,
DefaultSeverity: Hidden,
IsEnabledByDefault: true,
CustomTags: [
Compiler,
Telemetry
]
}
}
]
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
[
{
Id: CS8019,
Title: Unnecessary using directive,
Location: /*

using System.Collections.Generic;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*/
Anthropic.Generators\Anthropic.Generators.AnthropicToolsGenerator\IVariousTypesFunctions.Calls.generated.cs: (1,0)-(1,33),
Message: Unnecessary using directive.,
Severity: Hidden,
WarningLevel: 1,
Location: Anthropic.Generators\Anthropic.Generators.AnthropicToolsGenerator\IVariousTypesFunctions.Calls.generated.cs: (1,0)-(1,33),
HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS8019),
MessageFormat: Unnecessary using directive.,
Message: Unnecessary using directive.,
Category: Compiler,
CustomTags: [
Compiler,
Telemetry
]
Descriptor: {
Id: CS8019,
Title: Unnecessary using directive,
HelpLink: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS8019),
MessageFormat: Unnecessary using directive.,
Category: Compiler,
DefaultSeverity: Hidden,
IsEnabledByDefault: true,
CustomTags: [
Compiler,
Telemetry
]
}
}
]

0 comments on commit c373768

Please sign in to comment.