Aspnetboilerplate and AspNet Zero Hub

aspnetboilerplate-aspzerohub

by Can Mavioğlu

A package to include aspnetboilerplate and aspnet zero shortcut code generation in espanso.

codeaspnetboilerplateaspnetzero
espanso install aspnetboilerplate-aspzerohub

AspNet Boilerplate and AspNet Zero Hub

A package to include AspNet Boilerplate and AspNet Zero shortcut code generation in espanso.

Note : Sometimes it has been observed that the replace process does not work in Visual Studio. When you run Espanso as an administrator or if you set "backend: Clipboard" in the "default.yml" file located in "espanso\config", the problem is solved.

Usage

KeywordDescription
:bundlenpm run create-bundles
::ajaxreturn abp ajax code
::nsreturn abp.notify.success
::nireturn abp.notify.info
::nwreturn abp.notify.warn
::nereturn abp.notify.error
::msreturn abp.message.success
::mireturn abp.message.info
::mwreturn abp.message.warn
::mereturn abp.message.error
::mconreturn abp.message.confirm
::sbusyreturn abp.ui.setBusy
::sclearreturn abp.ui.clearBusy
::sbajaxreturn abp.ui.setBusy with ajax
::bpagereturn abp.ui.block
::ubpagereturn abp.ui.unblock
::belmreturn abp.ui.block with selector element
::ubelmreturn abp.ui.unblock with selector element
::fstrreturn abp.utils.formatString
::dlogreturn abp.log.debug
::ilogreturn abp.log.info
::wlogreturn abp.log.warn
::elogreturn abp.log.error
::flogreturn abp.log.fatal
::getpassivereturn disable filter soft delete using block
::fkatrreturn ForeignKey Attribute
::autatrreturn AbpAuthorize Attribute (3 choices)
::anonatrreturn AbpAllowAnonymous or AllowAnonymous Attribute
::audatrreturn Audited or DisableAuditing Attribute
::usecasereturn UseCase Attribute
::remsatrreturn RemoteService (IsEnabled = false) or (IsMetadataEnabled = false) Attribute
::vatrreturn DisableValidation or EnableValidation Attribute
::uowreturn UnitOfWork (5 choices)
::mapreturn AutoMapTo Attribute
::slattrreturn StringLength (MaxLength) or (MaxLength and MinLength) Attribute
::grantreturn abp.auth.isGranted or razor IsGranted if block
::glocreturn app.localize or razor @L("") or L("")
::locreturn xml localization new record
::throwreturn throw code UserFriendlyException or Exception
::disdatenorreturn DisableDateTimeNormalization Attribute
::abpsessionreturn AbpSession Property Or Interface Implement
::cachereturn cache Interface Implement
::dowrapreturn WrapResult Attribute (3 choices)
::dontwrapreturn DontWrapResult Attribute