-
Notifications
You must be signed in to change notification settings - Fork 830
Labels
BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
new fsproj should generate assemblyinfo attributes from props.
- in
dotnet/sdkis done in the language agnostic target Microsoft.NET.GenerateAssemblyInfo.targets#L93-L96 using theWriteCodeFragmenttask - atm the F# language is not implemented, so doesnt generate the file with attributes
- the
WriteCodeFragmentis defined inside Microsoft/msbuild and contains a version with CodeDom and another for coreclr (just doing stringbuilder), and support both c# and vb
As a note i tried to add the F# in the same way as C#/VB, but atm PR was stopped for a design decision
dotnet/msbuild#2132 (comment) /cc @KevinRansom @cartermp
amoerie, zvirja, ForNeVeR, cdrnet, rmunn and 5 more
Metadata
Metadata
Assignees
Labels
BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.