You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
392 B
21 lines
392 B
4 years ago
|
---
|
||
|
title: "Resource Leak checker for .NET"
|
||
|
description: "\"resource leak\" checker for .NET."
|
||
|
---
|
||
|
|
||
|
"resource leak" checker for .NET.
|
||
|
|
||
|
Activate with `--dotnet-resource-leak`.
|
||
|
|
||
|
Supported languages:
|
||
|
- C/C++/ObjC: No
|
||
|
- Java: No
|
||
|
- C#/.Net: Yes
|
||
|
|
||
|
|
||
|
|
||
|
## List of Issue Types
|
||
|
|
||
|
The following issue types are reported by this checker:
|
||
|
- [DOTNET_RESOURCE_LEAK](/docs/all-issue-types#dotnet_resource_leak)
|