소스 검색

Update index.md - Important message updated

Vaclav Elias 2 년 전
부모
커밋
04534a64cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      en/diagnostics/index.md

+ 1 - 1
en/diagnostics/index.md

@@ -3,7 +3,7 @@
 Stride.Core.CompilerServices contains Roslyn code analyzers.
 Stride.Core.CompilerServices contains Roslyn code analyzers.
 
 
 > [!IMPORTANT]
 > [!IMPORTANT]
-> These analyzers do not perform any kind of telemetry. The same analyzers get used by your IDE when you get a CSXXXX diagnostic.
+> Analyzers are offline tools used by the compiler to assist programmers. They are not used to collect telemetry on how Stride is being used. These same analyzers are also utilized by your IDE to generate CSXXXX diagnostics.
 
 
 They analyze the code for possible issues in your project with the Stride.Core design.
 They analyze the code for possible issues in your project with the Stride.Core design.
 To avoid unexpected runtime/compile time/editor time behaviour these analyzers try to warn as soon as possible for issues that may occur.
 To avoid unexpected runtime/compile time/editor time behaviour these analyzers try to warn as soon as possible for issues that may occur.