https://bugzilla.redhat.com/show_bug.cgi?id=1802803



--- Comment #6 from Omair Majid <oma...@redhat.com> ---
(In reply to Michael Cronenworth from comment #5)
> Looks like they are leaning to remove static libs.
> 
> Would a C header and a static library be necessary to build a C# app?

As far as I can tell, the C header is not required for C# applications.

But the static library *may* be required depending on the build configuration
(and release version). For example, this may work:

    dotnet publish -r linux-x64 -c Release

But this *may* blow up:

    dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true

And it wont be obvious that it's because of the missing static library since
other .NET Core installations will include the static library and will appear
to Just Work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to