Skip to content

Fix typos and replace Console.WriteLine with Debug.WriteLine#85

Open
jonasessen wants to merge 1 commit intoLinq2GraphQL:mainfrom
jonasessen:fix/typos-and-console-writeline
Open

Fix typos and replace Console.WriteLine with Debug.WriteLine#85
jonasessen wants to merge 1 commit intoLinq2GraphQL:mainfrom
jonasessen:fix/typos-and-console-writeline

Conversation

@jonasessen
Copy link
Copy Markdown

Summary

  • Fix typo: intializedinitialized in GraphBaseExecute.cs (field declaration and two usages)
  • Fix typo: cackeKeycacheKey in GraphClient.cs
  • Replace Console.WriteLine with Debug.WriteLine in QueryNode.cs — the SafeMode schema warning should not write to stdout in production applications; Debug.WriteLine sends the message to the debug output channel, which is visible during development but silent in release builds

Changes

File Change
GraphBaseExecute.cs Rename intializedinitialized
GraphClient.cs Rename cackeKeycacheKey
QueryNode.cs Replace Console.WriteLine with Debug.WriteLine, add using System.Diagnostics

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant