Commit Graph

20 Commits

Author SHA1 Message Date
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
Robert Pająk 358034be08
Update development environment (#1720)
* Update development environment docs

* Add .NET 7.0 SDK

* Fix docs lint

* Increase sleep - SQL Server often needs more time

* set -ex

* Update developing.md

* Update developing.md

* Update developing.md

* Update developing.md

* Update developing.md

* Update codespaces-init.sh

* Update developing.md

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
2022-12-07 22:49:12 +00:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Robert Pająk 1e5dfda075
docs: Bump vulnerable dependencies (#1648) 2022-11-23 11:04:00 +01:00
Piotr Kiełkowicz 5782c35eb2
Drop .NET Core 3.1 support (#1603) 2022-11-10 08:38:11 +00:00
Piotr Kiełkowicz 03cc269232
Link check (#1503) 2022-10-26 11:06:22 +00:00
Piotr Kiełkowicz e9face3bac
Integrations json file generator (#1466) 2022-10-20 07:50:36 +00:00
Robert Pająk 5d1187793d
Facilitate flaky test resolution (#1229) 2022-09-15 13:36:43 +02:00
Robert Pająk 7d0c440135
Downgrade deps in test apps (#1007)
* Downgrade MongoDB.Driver

* Downgrade Microsoft.Data.SqlClient

* Remove Microsoft.Extensions.DependencyInjection.Abstractions

* Update developing.md

* Update dependabot config
2022-07-28 18:34:07 +00:00
Robert Pająk 1edc43c1b7
Integration testing strategy (#998) 2022-07-28 05:52:11 +00:00
Rajkumar Rangaraj 233a31facc
Update example and document (#833)
* Update example and document

* update

* cspell update

* PR feedback

* Update Readme
2022-06-10 12:44:22 -07:00
Piotr Kiełkowicz bb757e5f41
Spellcheck documentation (#627)
* add recomended VS Code plugin for spellcheck

* install cspell-cli

* spellcheck step for nuke and npm

* update CI step

* fix typos

* cspell configuration

* add corelib to do-net dictionary

* revert changes in OTEL_DOTNET_AUTO_FLUSH_ON_UNHANDLEDEXCEPTION
2022-04-25 10:04:54 -07:00
Piotr Kiełkowicz 8e8bda8d7d
Add markdownlint (#556) 2022-04-20 10:50:20 +02:00
Fabrizio Ferri-Benedetti 65d8bc0ec6
Edit documentation (#483)
* Edit documentation

* Update docs/config.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Update examples/README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Move note on profiler env var prefixes

* Revert sample to example

* Update README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-14 09:59:14 -07:00
Robert Pająk c27b64c7ee
Keep a Changelog (#467)
* Keep a Changelog

* Fix typo

* Fix typo

* Remove old files

* Add supported .NET versions

* Better word

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/design.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-11 21:18:54 +00:00
Robert Pająk 78d1b1d0f1
Document the releasing process (#472)
* Add releasing process

* Add 0 step
2022-04-11 14:03:23 -07:00
Paulo Janotti 1312cbba92
Rename samples 2 examples (#428)
* Change "Samples" to "Examples"

* Further renames (ns, apps, related markdown)
2022-03-30 08:11:02 +00:00
Paulo Janotti 1f9b2f4111
Remove PoC and revamp Samples (#412)
* Ensure samples are running

* Make console exporter disabled by default

* Don't set DOTNET_ADDITIONAL_DEPS by default

* Add Nuke target to build Samples

* Improve sample clients of AspNetCoreMvc

* Make exporter type configurable on run-sample.sh

* Correct the version on OldReference.csproj

* Add OTEL_DOTNET_AUTO_LOAD_AT_STARTUP control to run-sample.sh

* Add reference to samples on developing.md

* Remove duplictated statement

* Add (not finished yet) samples/README.md

* Add missing projects to samples/README.md

* Remove PoC mentions

* Add BuildSamples to GH workflow

* DefaultValues test: ConsoleExporter disabled by default

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>

* Use bash snippets instead of terminal

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-03-18 09:57:54 +01:00
Robert Pająk 58e6b63220
.NET 6.0 follow-up (#383)
* NET 6.0 follow-up

* Update Visual Studio requirements

* suppress error SYSLIB0014
2022-03-02 09:50:40 -08:00
Robert Pająk 282698f67d
Upload binaries during CI build (#374)
* Upload bin/tracer-home during CI build

* Update docs

* Fix wording

* Add DOTNET_* env vars

* Move DOTNET_ADDITIONAL_DEPS and DOTNET_SHARED_STORE documentation to config.md

* Fix links and reformat

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update troubleshooting.md

* DOTNET_SHARED_STORE

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2022-02-24 10:42:32 -08:00