File tree Expand file tree Collapse file tree
Libraries/src/Amazon.Lambda.Annotations.SourceGenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 <ItemGroup >
6464 <TargetPathWithTargetPlatformMoniker Include =" $(PKGNewtonsoft_Json)\lib\netstandard2.0\Newtonsoft.Json.dll" IncludeRuntimeDependency =" false" />
6565 <TargetPathWithTargetPlatformMoniker Include =" $(PKGYamlDotNet)\lib\netstandard2.0\YamlDotNet.dll" IncludeRuntimeDependency =" false" />
66- <!-- The source generator loads Amazon.Lambda.Annotations at runtime to inspect attribute types.
67- Without this, the generator fails with FileNotFoundException in Release builds (CS8785).
68- Use absolute path via $(MSBuildProjectDirectory) so the path resolves correctly when
69- propagated to consuming projects through the project reference chain. -->
70- <TargetPathWithTargetPlatformMoniker Include =" $(MSBuildProjectDirectory)\$(OutputPath)Amazon.Lambda.Annotations.dll" IncludeRuntimeDependency =" false" />
7166 </ItemGroup >
7267 </Target >
7368
You can’t perform that action at this time.
0 commit comments