Anton
Anton
This is very old issue and it was fixed in v12, but appears again in v13: #701 Controller's attributes: ``` [Produces("text/plain")] [ProducesResponseType(typeof(FileContentResult), (int)HttpStatusCode.OK)] [ProducesResponseType(typeof(string), (int)HttpStatusCode.OK)] [ProducesResponseType(typeof(ErrorResponseMessage), (int)HttpStatusCode.BadRequest)] [ProducesResponseType(typeof(ErrorResponseMessage), (int)HttpStatusCode.NotFound)] ```...
Hello I have some issue with the beforeChange observable. It works perfect with the sample, but I have strange behavior in a "real life". Here is very ugly sample for...
Related to https://github.com/PowerShell/PowerShell/issues/14054 We do have simple Azure Function: ``` net6.0 v4 true PreserveNewest PreserveNewest Never ``` and corresponding code to call the PowerShell SDK: ``` var cca = ConfidentialClientApplicationBuilder...
I've faced with very weird behavior of the TDLib under Windows WPF: if logging not configured (so neither SetLogVerbosityLevel or SetLogStream was called) then TDLib works extremely slow. The connection...
I have some complex class with properties of Dictionary type: ``` var some = new ComplexObject { Id = 1, AdditionalData = new Dictionary{ {"Test", new SubObject{ Property1 = "Some"...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The [AbpTitleStrategy](https://github.com/abpframework/abp/blob/25ea951f0a3ea639e61a9c5c8c5d766b236cfd07/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts#L11) have very weird implementation: it takes page title from the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The localization of the extension property seems broken or documentation is not...
Related to #19804 The Microsoft.Extensions.FileProviders.Embedded must be added to v7 and above to support localization. v6 can work without it, so this info must be added to the migration guide.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I did migration from the 6 to 8 and now have weird...
ABP Framework >= 6.0 Some issues mentioned "support" of the OData (like [this](https://github.com/abpframework/abp/issues/8907l) or [this](https://github.com/realLiangshiwei/AbpOdataDemo)), but the real app doesn't work. The problem is extended properties and injection made into...