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

Hi The units tests are done. We are waiting for comments Thanks.

issue #113 simplify ternary in `Polly` and created the unit test about this class

@bruno-brant We have made the Liquid.Domain class obsolete because it will be removed in the future. We also implemented the tests. we look forward to your analysis.

[The section about the status code 204 (no content) in RFC 7231](https://tools.ietf.org/html/rfc7231#section-6.3.5) explicitly says that this kind of response cannot contain a message body. ASP.NET Core's Kestrel Web Server [correctly...

bug
good first issue

It looks like the `ILightCache` interface is an abstraction on top over the already abstracted [IDistributedCache](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.idistributedcache). Not only it has the same contract but also has the exact same purpose....

enhancement
good first issue
size:small
complexity:low

Method names conflict with reserved keywords an results in a warning ([CA1716](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1716?view=vs-2019)).

enhancement
help wanted
good first issue
size:small
complexity:low

`LightDomain` uses a trick to restrict inheritance: https://github.com/Avanade/Liquid-Application-Framework/blob/41cc17fc02659ff70660accdc8ad7c3b8ea4ae5a/src/Liquid.Domain/Base/Domain/LightDomain.cs#L30 This means that users of our code can't direct inherit this class. No matter right? Maybe they should implement `ILightDomain`, and use...

enhancement

Let's say you have a domain with two types of `Worker`s: `Contractor` and `Employee`. It's the role of a [Repository ](https://martinfowler.com/eaaCatalog/repository.html) to map between domain objects and the data model,...

discussion