Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

assemblyinfo attributes are not generated from fsproj #93

@enricosada

Description

@enricosada

ref googleapis/google-cloud-dotnet#863

Attributes like TargetFrameworkAttribute, Version, FileVersion should be auto generated as temporary AssemblyInfo.fs passed to compiler

that's a regression from .net core sdk preview2

atm is not implemented at all.

As a workaround, these can be manually generated.
From googleapis/google-cloud-dotnet#863 (comment), create a new source file (file name doesnt matter)

namespace System

[<assembly:System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v1.1")>]
do ()

and add it as Compile item, like <Compile Include="AssemblyInfo.fs" />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions