Closed gpratt5 closed 2 years ago
Maybe caused by this breaking change: NLog Extensions assemblies will not load automatically
Have you tried using:
<nlog>
<extensions>
<add assembly="NLog.Targets.MicrosoftTeams" />
</extensions>
</nlog>
Or the new NLog 5.0 style (Including extension-assembly in type-alias):
<target xsi:type="MicrosoftTeams, NLog.Targets.MicrosoftTeams"
name="msTeams"
@snakefoot is correct. both solutions works.
Closed with solution provided.
This target fails when NLog initializes it, can't find the target of MicrosoftTeams