Pārlūkot izejas kodu

update index for review

IXLLEGACYIXL 2 gadi atpakaļ
vecāks
revīzija
20409cf398
1 mainītis faili ar 11 papildinājumiem un 10 dzēšanām
  1. 11 10
      en/diagnostics/index.md

+ 11 - 10
en/diagnostics/index.md

@@ -3,22 +3,23 @@
 Stride.Core.CompilerServices contains Roslyn code analyzers.
 
 > [!IMPORTANT]
-> These analyzers do not perform any kind of telemetry. The same analyzers get used by your IDE when you get a CSXXXX Diagnostic
+> These analyzers do not perform any kind of telemetry. The same analyzers get used by your IDE when you get a CSXXXX diagnostic.
 
 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.
-Each of the following pages contain information about Diagnostic codes that can be reported by the Roslyn analyzers, which are built into Stride.Core.CompilerServices.
+Each of the following pages contain information about diagnostic codes that can be reported by the Roslyn analyzers, which are built into Stride.Core.CompilerServices.
 
-The Information covers:
-    - When is the Diagnostics reported
-    - An explanation why it is necessary to report the Diagnostic
-    - Examples when such a Diagnostics occurs
-    - Information about how to resolve the Diagnostic
+The information covers:
 
-If an error is reported it is possible to click in the IDE on the Diagnostic code.
-This will open the corresponding Information page about the Diagnostic.
+- When is the diagnostics reported
+- An explanation why it is necessary to report the diagnostic
+- Examples when such a diagnostics occurs
+- Information about how to resolve the diagnostic
 
-The Stride.Core.CompilerServices is linked to Stride.Core, the Diagnostic Analysis will only occur if your project references Stride.Core in the PackageReferences, this will automatically add the Stride.Core.CompilerServices to your project.
+If an error is reported it is possible to click in the IDE on the `diagnostic code` in the information box about the diagnostic.
+This will open the corresponding information page about the diagnostic.
+
+The Stride.Core.CompilerServices is linked to Stride.Core, the diagnostic Analysis will only occur if your project references Stride.Core in the PackageReferences, this will automatically add the Stride.Core.CompilerServices to your project.
 
 > [!WARNING]
 > Note that diagnostic feature is experimental and may not work as expected. Warnings may contain solutions that don't work yet.