- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The Datadog extension for Visual Studio helps you find and fix bugs, security issues, and performance bottlenecks based on real-time observability data from your services and runtime environments.
Stay informed about Error Tracking issues, Security Vulnerabilities, and Flaky Tests without leaving Visual Studio.
Analyze and improve the performance of your applications with real-time profiling metrics for CPU, Memory, I/O, and others.
You can navigate to the Log Explorer on the Datadog platform directly from your C# source files. Look for the clickable icon preceding message strings from log statements within your source code:
Clicking the icon opens the Log Explorer with a query that matches the logger name, log level, and log message as closely as possible.
Navigate from Datadog to your source code with one click.
The Datadog extension runs Static Analysis rules on the source files you have open in your Solution. The goal is to detect and fix problems such as maintainability issues, bugs, or security vulnerabilities in your code before you commit your changes.
Static Analysis supports scanning for many programming languages. For a complete list, see Static Analysis Rules. For file types belonging to supported languages, rule violations are highlighted in the source code editor, and suggested fixes can be applied directly:
When you start editing a source file supported by Static Analysis, the extension checks for static-analysis.datadog.yml
at your source repository’s root. The static analyzer runs automatically in the background.
Report a bug, request a new feature, or ask for help on the Discussion Forum and Issue Tracker on GitHub. You can also email team-ide-integration@datadoghq.com
.