Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
dotnet-maestro[bot] 83ff3549c9
[main] Update dependencies from dotnet/installer (#3673)
* Update dependencies from https://github.com/dotnet/installer build 20230217.18

Microsoft.Dotnet.Sdk.Internal
 From Version 8.0.100-preview.2.23113.1 -> To Version 8.0.100-preview.2.23117.18

* Update 8.0 single-file

* Update runtime versions

* Update installer version

* Fix dcd command for .NET 8.0
2023-02-24 22:59:49 -08:00
John Salem f0c0170c7a
Add devcontainer infra to diagnostics repo (#2986) 2022-05-11 10:35:41 -07:00
Juan Hoyos b7a3eda03f
Release tools (#1648)
* Add gather-drop wrapper script
* Add convenience dotnet scripts
* Add NuGet publishing script
* Add core of release tool
* Change behavior to stage files in there's a staging path injected
* Fix manifest aka ms link - strip out extensions
* Fix file stream mode
* Add predictable publishing path to manifest
* Add retry and verification
* Add tools section to the manifest.
* Add GitHub release script
* Verification of input parameters
* Add simple documentation on the release tool
2020-11-11 16:48:21 -08:00
Mike McLaughlin 1d72a83dea
Enable createdump/dotnet-dump testing on MacOS (#1533)
Enable createdump/dotnet-dump testing on MacOS

Add COMPlus_DbgEnableElfDumpOnMacOS env var to enable ELF MacOS dumps

Install SDK and runtimes into ".dotnet-test" so the new SDKs can be used independent of what Arcade requires.

Change SOS.UnitTests to netcoreapp3.1

Add error message about heap state to pe command

Add net5.0 to SOS debuggees and change config files to use them

Update SDK in global.json

Fix WebApp3 debuggee on MacOS

Use SDK version 5.0.100-rc.1.20454.5

Add --diag to dotnet-dump collect testing
2020-09-17 23:20:16 -07:00
Mohammad Mustakim Ali 507ccd3361
Merge branch 'master' into dotnet-gcdump-stdout 2020-04-13 15:20:08 +01:00
Wiktor Kopec a59f0ea456 Converting Log Analytics agent to user deployed agent scenario
- Removing LogAnalytics sink
- Adding REST api surface
- Adding temporary UI
- Adding support for capturing dumps
- Adding support for streaming nettraces
2020-04-08 23:03:18 -07:00
Mohammad Mustakim Ali a91bd68405 Ignore rider files 2020-03-01 00:24:43 +00:00
Mohammad Mustakim Ali 7936c9d3d2 Revert "Ignore .rider folder"
This reverts commit 9fd2245cbb.
2020-03-01 00:24:01 +00:00
Mohammad Mustakim Ali 9fd2245cbb Ignore .rider folder 2020-02-29 14:47:30 +00:00
John Salem 6dd0789c9b
add eventpipe test harness (#618)
* Add eventpipe test harness to diagnostics repo
2019-11-19 15:10:29 -08:00
Sung Yoon Whang c7a9317aa2
Export feature for dotnet-counters (#493)
* Command line stuff

* Implement CSV/JSON Exporters

* some cleanup

* Overwrite the output if needed

* remove newline

* build error

* Refactor to remove duplicacy between ConsoleWriter and Exporters

* Remove ICounterExporter

* Add license headers

* Docs change

* Remove unused using

* Add file extension to output path only when necessary, remove some remaining comments and useless code

* Add unit tests for dotnet-counters

* remove useless binaries from the commit

* change comment

* tabs -> spaces

* Remove unused tests

* Address PR feedback on tests

* More PR feedback

* Fix PR comments
2019-10-25 13:03:40 -07:00
John Salem f850a35d22
Initial batch of dotnet trace provider tests (#514) 2019-10-02 13:42:45 -07:00
José Rivero 221edd13d3
Add nettrace to gitignore (#373) 2019-06-30 16:08:20 -07:00
José Rivero c1a9325bb1
[dotnet-trace] Minor updates to match recent CoreClr changes, error handling, and tests (#153)
- Move common csproj properties to a common props file
- Add more tracing file extensions to .gitignore
- Update runtime client to enable streaming on non-Windows platforms.
- Adding helper bash scripts
- Update RunTimeClient
  - Updated `DiagnosticMessageType` private -> public
  - Ignore `sessionId == 0` on the "Disable" command
  - Added a `SessionLoggingType` to be added to the command protocol
  - Removed `multi file sec` related functionality
  - Ignore buffer size of zero
  - Added some initial tests that need to be moved to CoreClr.
- Update dotnet-counters with changes in RuntimeClient library
  - dotnet-counters.csproj : error NU1605: Detected package downgrade: Microsoft.Diagnostics.Tracing.TraceEvent from 2.0.40 to 2.0.38.
  - Use new helper interface.
2019-04-09 09:46:01 -07:00
José Rivero 10450a03f5
[dotnet-trace] Updated dotnet-trace to use IPC to communicate with the runtime (#143)
* Microsoft.Diagnostics.Tools.Collect -> Microsoft.Diagnostics.Tools.Trace
* Updated dotnet-trace with the following options:
  start - Starts tracing
  stop - Stops tracing
* Ignore netperf files.
* Naive stream.
* Helper scripts.
* Update the `diagnostics.sln` file.
* Small changes in API
2019-03-27 16:19:20 -07:00
José Rivero bc077071eb
Rename dotnet-collect to dotnet-trace, and deleted stale readme. (#140) 2019-03-15 20:01:18 -07:00
Mike McLaughlin e6414b2c69 Add lldbplugin and native build scripts.
Add SOS/lldb plugin tests from coreclr.

Add native build, test and ci scripts.
2018-05-07 16:26:31 -07:00
Mike McLaughlin ad99d3facd Add the managed SOS code.
Using the Roslyn repo tool set to build (for now).
2018-04-26 15:47:59 -07:00
Mike McLaughlin a2ce91d916 Initialize repo 2018-03-21 18:05:51 -07:00