> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/.net-.netcore/false-quality-risks-analysis.md).

# False Quality Risks Analysis

## Problem <a href="#problem" id="problem"></a>

We can see Unexpected QR in Sealights dashboard for a DotNet application on methods from files that were not changed for a long time.

## Solution <a href="#solution" id="solution"></a>

Please follow the below instructions:

1. Get a **binary artifact** (EXE, DLL) that was created **before the QR was reported** (ideally, the reference build)
2. Get a **recent artifact** that has a **QR on an unmodified code** (ideally, the latest build)
3. Download a **Decompiler tool called ILSpy** (open source, MIT license, free) from <https://github.com/icsharpcode/ILSpy/releases>

   <figure><img src="/files/lz1yu2U55xj8J43FgL2U" alt=""><figcaption></figcaption></figure>
4. Open the tool and drag the earlier artifact (1) to it, then locate a method that was reported as QR.
   1. Its contents will be visible on the right column.
   2. In the toolbar change the language from C# (default) to IL, and make note of the result (better - save it to a file)
5. Do the same for the later artifact (2), and compare the results.

We expect (4) and (5) to differ, please share with us the detailed information from this tool to help you understand why that change occurred.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/.net-.netcore/false-quality-risks-analysis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
