Skip to content

Commit

Permalink
Include the fwlink in the warning. (dotnet#24082)
Browse files Browse the repository at this point in the history
* Include the fwlink in the warning.

* use instructions
  • Loading branch information
huanwu authored and shmao committed Dec 6, 2017
1 parent bf1da6d commit b2ae3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SerializerDllImmediatePath>$(IntermediateOutputPath)$(SerializerName).dll</SerializerDllImmediatePath>
<SerializerPdbImmediatePath>$(IntermediateOutputPath)$(SerializerName).pdb</SerializerPdbImmediatePath>
<SerializerCsImmediatePath>$(IntermediateOutputPath)$(SerializerName).cs</SerializerCsImmediatePath>
<SGenWarningText>SGEN : warning SGEN1: Fail to generate the serializer for $(AssemblyName).dll. Please check the build log for the details.</SGenWarningText>
<SGenWarningText>SGEN : warning SGEN1: Fail to generate the serializer for $(AssemblyName).dll. Please follow the instructions in https://go.microsoft.com/fwlink/?linkid=858594 and try again.</SGenWarningText>
</PropertyGroup>
<Target Name="GenerateSerializationAssembly" AfterTargets="Build">
<Delete Condition="Exists('$(SerializerDllImmediatePath)') == 'true'" Files="$(SerializerDllImmediatePath)" />
Expand Down

0 comments on commit b2ae3c5

Please sign in to comment.