feat(scripting): root script logger + DPS publisher wired in Host
This commit is contained in:
+4
@@ -13,6 +13,10 @@
|
||||
<PackageReference Include="xunit.v3"/>
|
||||
<PackageReference Include="Shouldly"/>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
|
||||
<!-- The root-logger fan-out test composes the same rolling-file + sink pipeline the
|
||||
Host's ScriptRootLoggerFactory builds; Core.Scripting references only Serilog core,
|
||||
so the File sink must be pulled in here for WriteTo.File. -->
|
||||
<PackageReference Include="Serilog.Sinks.File"/>
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
|
||||
Reference in New Issue
Block a user