You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, packages built in the libraries subset of the runtime repo build are only built for the current TFM (net5.0). This causes issues when using these packages when the consumer is building with other TFMs. This causes workarounds that make the source-built product different than the official builds of the product. Building the libraries with the --allconfigurations flag would allow them to be built from source for all supported TFMs. An initial build with --allconfigurations was attempted, but ran into issues with TypeForwards not generating correctly for some packages. Discussions with the runtime team have indicated that it may be related to GenFacades not supporting ILRewriting in source-build. This needs more investigation.
The text was updated successfully, but these errors were encountered:
Currently, packages built in the libraries subset of the runtime repo build are only built for the current TFM (net5.0). This causes issues when using these packages when the consumer is building with other TFMs. This causes workarounds that make the source-built product different than the official builds of the product. Building the libraries with the
--allconfigurations
flag would allow them to be built from source for all supported TFMs. An initial build with--allconfigurations
was attempted, but ran into issues with TypeForwards not generating correctly for some packages. Discussions with the runtime team have indicated that it may be related to GenFacades not supporting ILRewriting in source-build. This needs more investigation.The text was updated successfully, but these errors were encountered: