Liquid-Application-Framework icon indicating copy to clipboard operation
Liquid-Application-Framework copied to clipboard

Liquid Application Framework documentation, useful links and sample project

Results 53 Liquid-Application-Framework issues
Sort by recently updated
recently updated
newest added

Change the registration to use ‘AddTransient’ metohod instead of ‘AddInterceptor’, the object ‘LiquidElasticApmInterceptor’ is not called during the lifecycle of the execution which causes the log to be incomplete, changing...

bug
ready

Adição de async/await no metodo ProcessMessageAsync Correções RabbitMqConsumer, exceção sem tratamentos direto, fazendo a worker reiniciar, adição de log para estes casos. resolve [issue114](https://github.com/Avanade/Liquid-Application-Framework/issues/114)

Não estava gerando corretamente os spans dos objetos no APM. resolve [issue 113](https://github.com/Avanade/Liquid-Application-Framework/issues/113)

In some cases, when processing a message, if an exception is thrown inside the handler, the process is terminated which causes the docker container to restart, if configured to do...

enhancement
ready

Question about logging - it doesn't look like it's configured correctly out of the box when using templates. Log messages are with placeholders e.g. `{ContentType}` ``` {"EventId":2,"LogLevel":"Debug","Category":"Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector","Message":"Selected output formatter \u0027Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter\u0027...

enhancement
need more info
ready

Exception: > fail: Liquid.Core.Implementations.LiquidTelemetryInterceptor[0] Execution of UpdateAsync from Liquid.Repository.EntityFramework.EntityFrameworkRepository`3[[Properties.Domain.Entities.Property, Properties.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Int64, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Properties.Repository.PropertiesDbContext, Properties.Repository, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]] has thrown an exception. System.ObjectDisposedException: Cannot access a disposed...

bug
need more info

When any error occurs in mongo a new exception is thrown by an error generated in HandleExceptionAsync ``` fail: Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HMFPDB1PI6EG", Request id "0HMFPDB1PI6EG:00000001": An unhandled exception was...

bug
help wanted
design
need more info

The "Microsoft.EntityFrameworkCore.SqlServer" is a PackageReference of "Liquid.Repository.EntityFramework", but I don't work with SqlServer. ![image](https://user-images.githubusercontent.com/2004713/141678732-f6b01c75-6e13-46a5-876a-727565d172be.png)

bug
design
need more info