Commit Graph

2 Commits

Author SHA1 Message Date
Paulo Janotti 78140a14d7
NuGet packages: do not bring instrumentation packages by default (#2554)
* Add NuGet to flag missing instrumentation packages

* Finish integration tests

* No bin/tracer-home for InstrumentationTargetTests

* Update doc

* Rename DisabledInstrumentations to SkippedInstrumentations

* Make InstrumentationTargetTests independent of package cache

* Remove transitive dependencies from .NET Framework deps

* Fix dotnet-format WHITESPACE issue

* Update the NuGet.Versioning package

* Why auto redirection is disabled on .NET Fx

* Clean auto-instr packages from caches

* Fix BuildTasks under VS solution

* Downgrade packages used by BuildTasks

* Add packages to BuildTasks tests

* Use Log.LogErrorFromException

* Use Log.HasLoggedError instead of tracking bool

* Improve nuget usage docs

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2023-06-07 18:57:40 -07:00
Paulo Janotti 888e2cd216
Add NuGet packages (#2286)
* Add NuGet packages

* Fix link to nuget.config

* Apply dotnet-format fixes

* Consistent emphasis-style on README.md

* Update docs/README.md

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

* Update docs/README.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Update docs/internal/using-the-nuget-packages.md

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

* Reduce the default timeout for tests going to the web

* Add instructions on how to setup bin/ci-artifacts

* Fix doc formatting

* PR review suggestion

* Use same as style as PR 2287

---------

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2023-03-10 16:16:47 -08:00