[Bug 1802803] Review Request: dotnet3.1 - .NET Core Runtime and SDK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #6 from Omair Majid <omajid@xxxxxxxxxx> ---
(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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux