Commit Graph

12 Commits

Author SHA1 Message Date
Rasmus Kuusmann 4e578c4b32
Fix transient dependencies generator run order (#2154) 2023-02-02 14:57:43 +00:00
Paulo Janotti 8a6b5c7965
Temporarily disable flaky build task (#2126) 2023-01-30 20:05:47 +00:00
Piotr Kiełkowicz c8c3544596
Distribute LICENSE file (#2099) 2023-01-30 09:42:41 +00:00
Rasmus Kuusmann b3efbfda11
Generate transient dependencies list (#2073)
* Generate and test transient dependencies list

* revert debugging line

* revert frameworks change

* Skip tests on non windows platform

* Cleanup

* revert GenerateNetFxAssemblyRedirectionSource build

* auto run GenerateNetFxTransientDependencies
2023-01-27 08:35:10 -08:00
xiang17 622e437541
Added a benchmark project for StartupLogger's `SetStartupLogFilePath` (#2067) 2023-01-26 06:32:16 +01:00
Paulo Janotti aea9a0dbe7
Automate generation of integrations.json file (#1996)
Automate IntegrationsJsonGenerator
2023-01-17 18:16:56 -08:00
Rasmus Kuusmann dd79e41efc
Enable implicit usings (#1966)
* use implicit usings

* enable implicit usings for nuke project

* fixes
2023-01-10 10:03:46 -08:00
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
Paulo Janotti de86993d60
Automatic netfx assembly redirection (#1825)
* Redirect assemblies for .NET Fx via CLR profiler

* Bump transitive dependencies to latest

* Revert "Bump transitive dependencies to latest"

This reverts commit e291eb893dbbe11bebccbf1957b01ff56a46f765.

We need some extra work to automate this process and also a friendly way
to register assemblies in the GAC.

* Add NETFX to dot-net.txt

* Link changelog addition to table in config.md

2nd round with changelog text

* Move MapToFolder to Build.Steps.cs

* Restore skip assemblies and prefixes if redirection is off

* Simplify auto generated redirection source file

* Shorten the env var used to control netfx redirection
2022-12-21 19:13:08 +00:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Robert Pająk 934bb06f5a
Add instrument.sh to build output (#1404) 2022-10-11 13:01:08 +02:00
Robert Pająk 0458c2057b
Repository organization cleanup (#1391)
* Repository organization cleanup

* Fix .sln

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-10-10 21:18:21 +00:00