Patrik Johansson
Patrik Johansson
Trying to upgrade Nuget packages to latest version seem to break HealthChecks. You get a lot of different build errors, some which I was unable to figure out without commenting...
I've noticed that even though SeriLog is used in the projects, the usings are: using Microsoft.Extensions.Logging; instead of: using Serilog so that stuff like: _logger = logger?.ForContext() won't work. Of...
Some personal opinions after having used this template for a new API. For the new version of this BoilerPlate I would suggest not including so much "extras", at least not...
Hi, Great demo but it breaks once you update Identity Server to latest version, ApiResource more specifically. Thanks. ``` Migration steps to v4 As described above, starting with v4, scopes...
With VS2022 now finally supporting Angular etc (with something that actually works, unlike previous project templates), it would be nice if ABP could generate a .esproj file so that you...
According to the documentation, ABP requires either NodeJS v12 (which I believe is no longer supported) or v14 (which is supported for a few months more). Is this still true...
Thanks for a nice nuget! Is it possible to configure it so that it is not on an application leven but more detailed, like having specific IP requirements for a...
Any hopes for a Visual Studio (not Code) version? Seems like very few extentions for client side developments are available for the "commercial" Visual Studio these days. At the same...
When running: npx -p devextreme-cli devextreme new angular-app app-name We get: 18 error code ENOLOCAL 19 error Could not install from "****\AppData\Roaming\npm-cache\_npx\11092" as it does not contain a package.json file.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Creating...