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

Liquid is a framework to speed up the development of microservices

Results 100 Liquid-Application-Framework-1.0-deprecated issues
Sort by recently updated
recently updated
newest added

Right now, message-driven controllers (_workers_) have to both annotate themselves with `MessageBus` and implement an abstract class called `LightWorker`. Having a base class follows Liquid principle of being very opinionated...

enhancement
size:large
complexity:high

The term `Critic` is used throughout Liquid's code (`Critic`, `ICriticHandler`, etc.): https://github.com/Avanade/Liquid-Application-Framework/blob/1f805007f58b73ae09067bc56f863ae0fa702224/src/Liquid.Base/Interfaces/CriticHandler/ICritic.cs#L10 This is a *literal translation* of the word in portuguese ("crítica"). The intent of the developer, I believe,...

spelling
size:small
complexity:low

ASP.NET Core provides two abstract classes for your controllers to inherit from. Those are [Controller](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controller?view=aspnetcore-3.0) and [ControllerBase](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.controllerbase?view=aspnetcore-3.0). The former brings support to Views, while the latter doesn't, keeping only the...

enhancement
size:small
complexity:low

All methods on `ILightLogger` can be mapped to `ILightTelemetry.TrackTrace`, but there's no way to do so. That would be one way to justify having both and solve #29.

enhancement
size:small
complexity:low

Fix analyser warnings in Liquid.Runtime.

enhancement
size:large
complexity:low

Fix analyzer warnings in Liquid.Repository.

enhancement
size:large
complexity:low

Fix analyzer warnings in Liquid.OnPre.

enhancement
size:large
complexity:low

Fix analyzer warnings in Liquid.OnGoogle.

enhancement
size:large
complexity:low

Fix analyzer warnings in Liquid.OnAzure.

enhancement
size:large
complexity:low

Fix analyzer warnings in Liquid.OnAWS.

enhancement
size:large
complexity:low