Skip to content

Commit

Permalink
Merge pull request #84 from unoplatform/dev/jela/remove-unused
Browse files Browse the repository at this point in the history
fix: Remove unused script options
  • Loading branch information
KirillOsenkov authored Oct 27, 2024
2 parents 30f7d31 + fdbe8cf commit 9fc8929
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Quoter/Quoter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ public class Quoter
public bool RemoveRedundantModifyingCalls { get; set; }
public bool ShortenCodeWithUsingStatic { get; set; }

private readonly ScriptOptions options = ScriptOptions.Default
.AddReferences(
typeof(SyntaxNode).Assembly,
typeof(CSharpSyntaxNode).Assembly)
.AddReferences("System.Runtime")
.AddImports(
"System",
"Microsoft.CodeAnalysis",
"Microsoft.CodeAnalysis.CSharp",
"Microsoft.CodeAnalysis.CSharp.Syntax",
"Microsoft.CodeAnalysis.CSharp.SyntaxFactory");

public Quoter()
{
UseDefaultFormatting = true;
Expand Down

0 comments on commit 9fc8929

Please # to comment.