-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank framework in report #78
Comments
Cake.Dialog : the issue is due to the fact that files in the package are in a |
Cake.MSBuildTask : the issue is due to the fact that all files in the package are in the root folder and not organized in sub folders as expected. |
Cake.ProjHelpers : the issue is due to the fact that all files in the package are in the root folder and not organized in sub folders as expected. |
Cake.SimpleHTTPServer : the issue is due to the fact that files in the package are in a bin folder rather than the expected lib folder. |
Cake.SynVer : the issue is due to the fact that all files in the package are in the root folder and not organized in sub folders as expected. |
Cake.Umbraco.PackageUploader : the issue is due to the fact that all files in the package are in the root folder and not organized in sub folders as expected. |
Cake.UServer : the issue is due to the fact that files in the package are in a bin folder rather than the expected lib folder. |
Cake.Watch_Advance : the issue is due to the fact that files in the package are in a bin folder rather than the expected lib folder. |
Similar to the issue #72 , there are eight more addins with a blank value in the framework column.
UPDATE December 2020: I discovered that
Cake.Deploy.Azure.ResourceManager
also suffers from this problem.The text was updated successfully, but these errors were encountered: