Creating Dataverse Plugin Package

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 13

  • @shomari169
    @shomari169 16 дней назад

    Hi there its me again, I just wanted to ask if its the best way practice/way to add the plugin base files as you demonstrated here via pac init plugin or add it from how you showed previously in your Power Tips series in "Start with plugin development for Dataverse" where the base plugin file was added manually?

  • @necdetsaritas8722
    @necdetsaritas8722 Год назад +2

    Great job Thanks

  • @Zaakipaladin
    @Zaakipaladin Год назад +2

    Cool video!

  • @ALZUR1979
    @ALZUR1979 10 месяцев назад

    Hi, is it possible to debug an assembly beeing part of a plugin package using the Plugin Profiler? I've tried but it's not working...

    • @Alex1a9a9a0
      @Alex1a9a9a0 9 месяцев назад

      Hey, have you found a solution? It doesn't work for me either..

    • @PowerMaverick
      @PowerMaverick  8 месяцев назад

      I haven’t tried it yet. But we have a community that helps with such questions. Please ask the question on this community as well : discord.gg/MwdEqfeZXD

  • @gasyleiss
    @gasyleiss Год назад +1

    Hello,
    And what about workflow activity/ external library ?
    Thanks

    • @PowerMaverick
      @PowerMaverick  Год назад +1

      Workflow Activities are not supported by this new method.

  • @rschennupati
    @rschennupati 10 месяцев назад

    what did you install to make those PowerShell commands colorful?

  • @theoquasi
    @theoquasi Год назад +1

    So what’s the actual point of plug-in packages? When did the newtonsoft nuget get included?

    • @PowerMaverick
      @PowerMaverick  Год назад +1

      As explained in the video the point is you can use any external libraries in you plugins. Newtonsoft was just an example.