Try our conversational search powered by Generative AI!

Ha Bui
Aug 28, 2019
  1528
(2 votes)

EPiServer Addons Development - VisualStudio Extensions

Good day everyone,

As you know that, split your solution to multiple project and packaged as nuget is common way for now.

That will help us to isolate, idependent and better for deployment / maintaince. EPiServer Add-ons also follow this and as you see, so many helpfull add-on packages are available for you! (Of course, continue or dis-continue maintained, upgrade version to adapt with many EPiServer version is a long story).

Today I just focus on : The way (nuget) for developer. How to help developer is easier create their package?

From this view point I created an visual studio extesion that is packaged my protected add-on template (public is the same with very small change, but I think we should have it in near future!).

Some screenshots for you:

Add new add-on project:

select template and:

Click [Create] and you will see add-on project structure:

Build and you will see the package in: LocalPackage folder under your solution root folder ($(SolutionDir)LocalPackages) that is my harded code that will help you if your solution added local repository point to this folder! (You can change to another folder as you wish)

Nice? :) (clap clap clap) 0:)

---

Happy Coding! (Source code and extension binary will availabel soon in comments ha ha ha)

Ha Bui

Aug 28, 2019

Comments

Ravindra S. Rathore
Ravindra S. Rathore Aug 28, 2019 01:58 PM

Nice article!

Ha Bui
Ha Bui Aug 28, 2019 02:03 PM

Thank Ravinda!

---
@all: Source code is in here: https://github.com/niteco-community/NitecoVsix/tree/develop/ and binary is in: https://github.com/niteco-community/NitecoVsix/tree/develop/binary

Feel free to use it without warranty :)

Nice to help you if I have tim :(

Ha Bui

Please login to comment.
Latest blogs
Optimizely Search and Navigation - Part 2 - Filter Tips

Introduction Continuing from Part 1 – Search Tips , today I will share the next part – filter tips. The platform versions used for this article are...

Binh Nguyen Thi | Jul 1, 2024

Integrating HubSpot CRM without the MA Connector

Have HubSpot CRM? Want to push user data into it from Optimizely? Don’t have any personalisation requirements with that data? Don’t want to pay $80...

Matt Pallatt | Jun 27, 2024

Keeping the website secure by updating external packages

Did you see the latest warning from Optimizely to update this package with a critical security warning? https://world.optimizely.com/documentation/...

Daniel Ovaska | Jun 27, 2024

Optimizely CMS image anonymization now available for Linux!

The famous image anonymization add-on for Optimizely CMS, with at least 5 downloads, is now finally available for use on Linux. Supports simultaneo...

Tomas Hensrud Gulla | Jun 25, 2024 | Syndicated blog

Remove a segment from the URL in CMS 12

Problem : I have created thousands of pages dynamically using schedule jobs with different templates (e.g. one column, two columns, etc..) and stor...

Sanjay Kumar | Jun 21, 2024

Copying property values part 2

After publishing my last article about copying property values to other language versions, I received constructive feedback on how could I change t...

Grzegorz Wiecheć | Jun 18, 2024 | Syndicated blog