** Breaking change starting August 18th ** #72
vadimazarov
announced in
Announcements
Replies: 2 comments 2 replies
-
where can we find DevGateway logs |
Beta Was this translation helpful? Give feedback.
1 reply
-
What about *.ICO files |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are introducing several changes concerning the workload’s NuGet package:
Updated limits for the package and file structure:
We have updated the limits and restrictions of the NuGet package, including the number of items allowed, the expected folders, file size limit, file name limit and more.
The complete list appears in this section Microsoft Fabric workload environment (preview) - Microsoft Fabric | Microsoft Learn.
Note - we have updated the allowed icon types:
The package can now contain only “.
jpeg
”, “.jpg
”, and “.png
” icon types.SVG
files are no longer supported.This change is mandatory and will take effect starting August 18th.
We have updated the ManifestPackageDebug.nuspec file (https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/blob/main/Backend/src/Packages/manifest/ManifestPackageDebug.nuspec), and the developer package now contains the same resources as the release/test package.
The purpose of this change is to allow early validation of the main scenarios for frontend resources during the development stage, though some differences may still exist.
Note – a valid package for developer scenario should contain BOTH backend and frontend resources.
This change is mandatory and will take effect starting September 1st.
What you should do to prevent your workload from breaking:
Beta Was this translation helpful? Give feedback.
All reactions