oqtane / oqtane.framework

CMS & Application Framework for Blazor & .NET MAUI
http://www.oqtane.org
MIT License
1.88k stars 546 forks source link

Oqtane module 4.0.2 nuspec #3140

Closed markagama closed 1 year ago

markagama commented 1 year ago

Created a module using ModuleCreator. added files to the nuspec following the example here Set build to release and rebuild all. Warning: Successfully created package 'C:\share\Repos\Syncfusion.Module.Helpdesk\Package\Syncfusion.Module.Helpdesk.1.0.0.nupkg'. 5>EXEC : warning : NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below: 5>- Add a dependency group for .NETCoreApp7.0 to the nuspec

the nuspec currently reads

Is this to be expected? How to fix?

vnetonline commented 1 year ago

Can you share your *.nuspec, debug.cmd and release.cmd from the packages project

markagama commented 1 year ago

attached - I edited the nuspec to try to fix the dependencies warning that I received. The debug.cmd was edited based on @ADefWebserver example on Syncfusion website.

debug

XCOPY "..\Client\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Client.Oqtane.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Client\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Client.Oqtane.pdb" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Server.Oqtane.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Server.Oqtane.pdb" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Shared\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Shared.Oqtane.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Shared\bin\Debug\net7.0\Syncfusion.Module.Helpdesk.Shared.Oqtane.pdb" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\wwwroot*" "....\oqtane.framework\Oqtane.Server\wwwroot\" /Y /S /I XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.Blazor.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.ExcelExport.Net.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.Licensing.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Syncfusion.PdfExport.Net.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y XCOPY "..\Server\bin\Debug\net7.0\Newtonsoft.Json.dll" "....\oqtane.framework\Oqtane.Server\bin\Debug\net7.0\" /Y

release

"....\oqtane.framework\oqtane.package\nuget.exe" pack Syncfusion.Module.Helpdesk.nuspec XCOPY "*.nupkg" "....\oqtane.framework\Oqtane.Server\Packages\" /Y

nuspec

<?xml version="1.0" encoding="utf-8"?>

Syncfusion.Module.Helpdesk 1.0.0 Syncfusion Syncfusion Helpdesk Helpdesk Syncfusion false MIT https://github.com/oqtane/oqtane.framework icon.png oqtane module
sbwalker commented 1 year ago

You can ignore these warnings - they do not affect the ability to install a module or theme package.

markagama commented 1 year ago

thank ypu @sbwalker - if there is a working example for syncfusion controls in Oqtane 4, I would appreciate being pointed at the example.

sbwalker commented 1 year ago

Closing as the original item reported is not an issue in the Oqtane framework. General questions related to how to use Oqtane should be asked in Discussions.