# Custom Actions in CI

**URL:** https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165
**Category:** Discussion
**Created:** [April 14, 2014, 1:54am UTC](https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165 "2014-04-14T01:54:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mitro76](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/m/a9a28c/32.png) [@mitro76](https://www.finalbuilder.com/forums/u/mitro76)
#### Post date: [April 14, 2014, 1:54am UTC](https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165/1 "2014-04-14T01:54:42Z")

</div>

Hi,   
  
is it planned, that CI will be extensible with custom actions?  
  
Regards,  
Michael

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [April 14, 2014, 3:32am UTC](https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165/2 "2014-04-14T03:32:02Z")

</div>

Yes, planned for a future release. Still some work to do in that area.

---

<div class="post-metadata">

### Author: ![greg](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/g/71c47a/32.png) [@greg](https://www.finalbuilder.com/forums/u/greg)
#### Post date: [January 20, 2021, 8:38am UTC](https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165/3 "2021-01-20T08:38:57Z")

</div>

What this ever implemented. Searching I only find items discussing doing custom actions in FinalBuilder and Automise.

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [January 21, 2021, 5:11am UTC](https://www.finalbuilder.com/forums/t/custom-actions-in-ci/5165/4 "2021-01-21T05:11:58Z")

</div>

Hi Greg

It’s implemented in our v2 code base (on dot net core 5.0) - however dot net core’s lack of appdomains, coupled with how it handles dependencies is proving to be a challenge. We use the api’s internally (even in v1) so we know that part works, of course for stuff we add we can control the dependencies - but we don’t want to get to a point where installing a plugin that uses a different version of a nuget package will break things. Of course it all also needs to be documented.

Hopefully we will have that issue resolved before we get to the release stage of v2 later this year - I don’t have an exact timeframe, but work on it is progressing.
