weekly builds

Hi

Do I must install weekly build from inside Visual Studio ? I tried from power shell but it alwayes give me no match


Install-Package Syncfusion.EJ2.JavaScript -Version 19.4.0.43


I want to use phpstorm for developing not visual studio for JavaScript library


12 Replies

GV Gokulraj Varatharajan Syncfusion Team January 21, 2022 10:33 AM UTC

Hi William, 
 
Greetings from Syncfusion support, 
 
We have validated your query and we are unable to get the exact requirement from your query. So, Could you please share additional more details regarding your requirement which will be helpful for us to assist better? 
 
Regards, 
Gokul


WI William January 21, 2022 12:38 PM UTC

Thanks Gokul ,


I want to use weekly build so where I download it without using nuget ? Visual Studio only use nuget , right ? but I dont want to use visual studio I am looking to download weekly build from web installer or offline installer.



JM Jeyaseelan M Syncfusion Team January 24, 2022 12:32 PM UTC

Hi William, 
 
Thanks for contacting Syncfusion support.   
 
Syncfusion will only have four major releases (Volume releases) and it’s Service Pack releases in each year, from which you can download web installers or offline installers. 

Syncfusion
only provides weekly releases for nuget packages in nuget.org and we are not providing weekly releases for installers.  
You can download the latest Syncfusion Essential studio installer from your account and install the setup.  
 
If you have any bug reports, please create us a ticket through https://support.syncfusion.com/.  Our respective team will validate and provide you patch setups for bugs reports. 
 
Find below the guidelines for downloading the installer, 
 
If you are using Syncfusion NuGet packages from nuget.org, you should generate and register the corresponding version and platforms license key in your application to avoid trial license warning. 
 
Find below the guidelines for generating Syncfusion license keys and to register it in your application 
 
Please let us know if you need any further assistance on this. 

Regards, 
Jeyaseelan M


WI William January 24, 2022 08:33 PM UTC

Thanks but to use nuget I have to use Visual Studio IDE , right ? is there a way to get the updates and use it with another IDEs ?



KJ Kalap Johnson Peter Paulraj Syncfusion Team January 25, 2022 01:58 PM UTC

Hi William,


You can use Visual Studio Code IDE to download and install the NuGet packages if you don’t have a Visual Studio IDE.


Also, you can use NuGet Command Line Interface to get the latest Syncfusion NuGet package and you can use it with other IDE’s.


Let us know if any concerns.


Regards,

Kalap Johnson Peter P.



WI William January 25, 2022 02:20 PM UTC

I downloaded the nupkg from this url

https://www.nuget.org/packages/Syncfusion.Licensing/


how I use this extension nupkg ? I tried renamed to zip and found only those libraries

https://nuget.info/packages/Syncfusion.Licensing/19.4.0.47


Where I can find javascript ?



WI William January 25, 2022 04:40 PM UTC



JM Jeyaseelan M Syncfusion Team January 26, 2022 02:22 PM UTC

Hi William, 
  
Q1) how I use this extension nupkg ? I tried renamed to zip and found only those libraries 
  
A1) Only licensing libraries are available in Syncfusion licensing nupkg. 
  
The javascript nupkg can be downloaded from the link provided below. 
  
  
Also, you do not need to register license key if you are going to use script files (.js files) alone from javascript nupkg file. More information can be found in the documentation linked below.  
Q2) the progress bar demo is not loading 
A2) We have considered this as bug and logged a defect report. This fix will be available in our upcoming Volume 1 SP 1 Release which is expected to be rolled out on 1st February 2022. We appreciate your patience until then. You can keep track of the bug from the below feedback link.  
   
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.  
  
Let us know any concerns on this. 
  
Regards, 
Jeyaseelan M


WI William January 26, 2022 09:41 PM UTC

Please forgive me I dont understand how to use the nupkg file.


In this link

https://www.nuget.org/packages/Syncfusion.JavaScript/


I downloaded the nupkg file so to get the javascript inside I renamed it to zip. Then I found these folder in this screenshot


Screenshot 2022-01-26 233813.jpg


Now if I want to include all the javascript libraries in html file for example which files to include ?



KR Keerthana Rajendran Syncfusion Team January 27, 2022 06:19 AM UTC

Hi William, 

You can install the JavaScript NuGet using NuGet Package Manager. 

Refer to the below UG link for the steps to be followed. 


Once the packages are installed, you will get the scripts and CSS within your project location. 

Refer the following links to get started with EJ1 Syncfusion controls in JavaScript. 



Please let us know if you need any further assistance. 

Regards, 
Keerthana R. 



WI William January 27, 2022 02:49 PM UTC

Many thanks.

This is what I mean I must use Visual Studio to install the nuget? then I can copy the files (js and css) to another IDE like web storm ?


I wanted to start with EJ2 ES5 so I found this documentation to add the widget to html file

https://ej2.syncfusion.com/javascript/documentation/getting-started/quick-start/


Is that correct ?


Thanks



KR Keerthana Rajendran Syncfusion Team January 28, 2022 01:30 PM UTC

Hi William, 
 
Most welcome. 
 
Query: This is what I mean I must use Visual Studio to install the nuget? then I can copy the files (js and css) to another IDE like web storm ? 
 
Yes, you can install the NuGet in Visual studio and copy the required files. You can also use Visual Studio Code IDE to install NuGet packages if you don’t have Visual Studio IDE. 
 
Refer to the following update. 
 
 
Query: I wanted to start with EJ2 ES5 so I found this documentation to add the widget to html file https://ej2.syncfusion.com/javascript/documentation/getting-started/quick-start/ Is that correct? 
 
Yes, the mentioned link is fine to get started with EJ2. 
 
Refer to the below demo link for EJ2 
 
 
Please let us know if you need any further assistance. 
 
Regards, 
Keerthana R. 


Loader.
Up arrow icon