Skip to content

Commit

Permalink
Prevent myself using these auto-tostring-izing versions by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Aug 17, 2024
1 parent 2057e90 commit d102d42
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Stale.Cli/BannedSymbols.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
M:Vezel.Cathode.IO.TerminalWriter.WriteAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.IO.TerminalWriter.WriteLineAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.IO.TerminalWriter.WriteLine`1(``0)
M:Vezel.Cathode.IO.TerminalWriter.Write`1(``0)
M:Vezel.Cathode.Terminal.ErrorAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.Terminal.ErrorLineAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.Terminal.ErrorLine`1(``0)
M:Vezel.Cathode.Terminal.Error`1(``0)
M:Vezel.Cathode.Terminal.OutAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.Terminal.OutLineAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.Terminal.OutLine`1(``0)
M:Vezel.Cathode.Terminal.Out`1(``0)
M:Vezel.Cathode.Text.Control.ControlBuilder.PrintLine`1(``0)
M:Vezel.Cathode.Text.Control.ControlBuilder.Print`1(``0)
M:Vezel.Cathode.VirtualTerminal.ErrorAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.VirtualTerminal.ErrorLineAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.VirtualTerminal.ErrorLine`1(``0)
M:Vezel.Cathode.VirtualTerminal.Error`1(``0)
M:Vezel.Cathode.VirtualTerminal.OutAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.VirtualTerminal.OutLineAsync`1(``0,System.Threading.CancellationToken)
M:Vezel.Cathode.VirtualTerminal.OutLine`1(``0)
M:Vezel.Cathode.VirtualTerminal.Out`1(``0)

0 comments on commit d102d42

Please sign in to comment.