Activities of "Sturla"

Why is ABP Studio downloading a new version when I´m trying to run my project making it impossible to open the site?

it then showed me this window

Just check if there is another version and then ask if I want to download and start it!

Update ABP Packages only updates the Lepton theme but nothing else (doesn´t update from 9.2.0 to 9.2.2). Shouldn´t this work like that?

Running abp update gives me that all is up-2-date (but its not)

And if I manually update (Nuget - Solution) then I get this error and need to manually change 9.2.0 to 9.2.2) Warning As Error: Detected package downgrade: Volo.Abp.SettingManagement.Blazor.WebAssembly from 9.2.2 to 9.2.0. Reference the package directly from the project to select a different version. ST.YourSite.Blazor.Client -> Volo.Abp.LeptonXTheme.Management.Blazor.WebAssembly 4.2.2 -> Volo.Abp.SettingManagement.Blazor.WebAssembly (>= 9.2.2) ST.YourSite.Blazor.Client -> Volo.Abp.SettingManagement.Blazor.WebAssembly (>= 9.2.0)

So I managed to update but with lot of issues..

All cs files use scoped namespaces but should be file-scoped just like all the documentation

Fix created code. There are LOTS of massive gaps here and there in created code. Sloppy...

Add Description field to entities that will then be used as comments. When you are creating them you know what they are all about.. adding comments later is not my preferred workflow..

I get the following exception (running from ABP Studio or CLI directly)

PS C:\Dev\te> abp new Acme.BookStore -t app -u blazor --mobile none
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'C:\Users\sturlath\.nuget\packages\volo.abp.studio.extensions.standardsolutiontemplates\1.0.2\lib\net9.0\Volo.Abp.Studio.Extensions.StandardSolutionTemplates.Cli.dll'. The system cannot find the file specified.
File name: 'C:\Users\sturlath\.nuget\packages\volo.abp.studio.extensions.standardsolutiontemplates\1.0.2\lib\net9.0\Volo.Abp.Studio.Extensions.StandardSolutionTemplates.Cli.dll'
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
   at Volo.Abp.Modularity.PlugIns.FilePlugInSource.njRQGQ1IGY07hXMVoOF(Object, Object)
   at Volo.Abp.Modularity.PlugIns.FilePlugInSource.GetModules()
   at Volo.Abp.Modularity.PlugIns.PlugInSourceExtensions.GetModulesWithAllDependencies(IPlugInSource plugInSource, ILogger logger)
   at Volo.Abp.Modularity.PlugIns.PlugInSourceList.<>c__DisplayClass0_0.n3uuNBERS9(IPlugInSource pluginSource)
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at System.Linq.Enumerable.DistinctIterator`1.ToArray()
   at Volo.Abp.Modularity.PlugIns.PlugInSourceList.GetAllModules(ILogger logger)
   at Volo.Abp.Modularity.ModuleLoader.FillModules(List`1 modules, IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources)
   at Volo.Abp.Modularity.ModuleLoader.FKvYo8aZjI(IServiceCollection  , Type  , PlugInSourceList  )
   at Volo.Abp.Modularity.ModuleLoader.LoadModules(IServiceCollection services, Type startupModuleType, PlugInSourceList plugInSources)
   at Volo.Abp.AbpApplicationBase.LoadModules(IServiceCollection services, AbpApplicationCreationOptions options)
   at Volo.Abp.AbpApplicationBase..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationWithInternalServiceProvider..ctor(Type startupModuleType, IServiceCollection services, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationWithInternalServiceProvider..ctor(Type startupModuleType, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.Create(Type startupModuleType, Action`1 optionsAction)
   at Volo.Abp.AbpApplicationFactory.CreateAsync[TStartupModule](Action`1 optionsAction)
   at Volo.Abp.Studio.Cli.Program.zIlkYKuWc(Object  )
   at Volo.Abp.Studio.Cli.Program.&lt;Main&gt;(String[] args)

Only two dll's in the folder

the CLI is up-2-date

I uninstalled the CLI and installed it again.. but the same...

What can I do to reset this? Reinstall ABP Studio? Why doesn´t it have a **repair ** option if this kind of thing can happen?

I´m on version 1.0.2

UPDATE Running dotnet nuget locals all --clear fixed this for me! PLEASE add this to the ABP Studio UI or something like it!

Is it possible to add a "Clear all" button here and let us just pick the ones we want?

Are these arrows-in-a-box suposed to open up some documentation? Doesn´t happen...

Why don´t you create tests for single layer? I really wanted to start small BUT I wanted to have all the tests also... now I can´t use it and will have to go the other way..

Suite is not creating tests for the following code (GetListAsExcelFileAsync, DeleteByIdsAsync,GetDownloadTokenAsync and probably more)

For your auto generated code you should be able to touch 90-100% coverage, or what do you think?

You can use this free tool to check coverage https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage&ssr=false#overview

Showing 1 to 10 of 236 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on July 17, 2025, 06:22