Skip to content

Commit d6ee495

Browse files
domharringtonEdNCnetcoredevAaron Hedges
authored
chore: move dotnet repo into packages/dotnet (#391)
* created classes to create har json, http request processing * Readme.Metrics library with .net core API versions 3.1, 5 and 6 * Update README.md * Updated middleware integration code to app.UseMiddleware<Readme.Metrics>() * remove build artifacts from git * restructure git ignores * update README.md to look more like ReadMe's standard metrics format * documentation cleanup for .com vs .io log issue * Update README.md * Update README.md * Update README.md * Add troubleshooting guide to readme (#2) * chore: move dotnet repo into packages/dotnet Used these for guidance: Bringing another repo + history into this one: https://stackoverflow.com/a/1684694 Git mv all files in a repo: https://stackoverflow.com/a/35201800 * chore: add dotnet repo mirroring to monorepo Co-authored-by: Ed <[email protected]> Co-authored-by: microsoftv3 <[email protected]> Co-authored-by: Aaron Hedges <[email protected]>
1 parent f34d340 commit d6ee495

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2286
-0
lines changed

bin/split.sh

+2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ remote sdks-node [email protected]:readmeio/metrics-sdks-node.git
2020
remote sdks-php [email protected]:readmeio/metrics-sdks-php.git
2121
remote sdks-python [email protected]:readmeio/metrics-sdks-python.git
2222
remote sdks-ruby [email protected]:readmeio/metrics-sdks-ruby.git
23+
remote sdks-dotnet [email protected]:readmeio/metrics-sdks-dotnet.git
2324

2425
split 'packages/node' sdks-node
2526
split 'packages/php' sdks-php
2627
split 'packages/python' sdks-python
2728
split 'packages/ruby' sdks-ruby
29+
split 'packages/dotnet' sdks-dotnet

0 commit comments

Comments
 (0)