Skip to content

Commit

Permalink
Merge pull request #213 from VaclavElias/master
Browse files Browse the repository at this point in the history
Update 2023-10-23-new-diagnostic-analyzers-feature.md
  • Loading branch information
VaclavElias authored Oct 25, 2023
2 parents 1245b51 + 90a2334 commit d79d4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2023-10-23-new-diagnostic-analyzers-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Stride continues to evolve, adding new utilities and features every week. This b

## What is a `DiagnosticAnalyzer`?

A `DiagnosticAnalyzer` is a feature from Roslyn that scans your code while you are typing in your IDE. C# also utilizes this feature; every time you see a warning or red squiggly lines in your IDE, a `DiagnosticAnalyzer` gets triggered. Importantly, this analysis has nothing to do with telemetry.
A `DiagnosticAnalyzer` is a feature from Roslyn that scans your code while you are typing in your IDE. C# also utilizes this feature; every time you see a warning or red squiggly lines in your IDE, a `DiagnosticAnalyzer` gets triggered. Analyzers are offline tools used by the compiler to assist programmers. They are not used to collect telemetry on how Stride is being used.

## What does it do?

Expand All @@ -42,4 +42,4 @@ Adding new analyzers to the Stride engine is straightforward. However, be aware

This is a new quality-of-life feature that simplifies development in Stride by providing immediate feedback on coding issues.

Thank you for reading 📖, and happy coding 💻👩‍💻👨‍💻!
Thank you for reading 📖, and happy coding 💻👩‍💻👨‍💻!

0 comments on commit d79d4dd

Please sign in to comment.