Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

FastEndpoints

FastEndpoints is a free & open-source REST API development framework that aims to make developers highly productive on the .Net platform.
Collective - Host: opensource - https://opencollective.com/fast-endpoints - Website: https://fast-endpoints.com/ - Code: https://github.com/FastEndpoints/FastEndpoints

keyed service injection for properties

github.com/FastEndpoints/FastEndpoints - 911b1e405307871f54bf94ac027642b259f2c9c6 authored 12 months ago
email service disposable

github.com/FastEndpoints/FastEndpoints - 44e94476f39c339c4f98aa9d147665e958c60d83 authored 12 months ago
move test cases to appropriate folders

github.com/FastEndpoints/FastEndpoints - 129f509e0a5a2437a10e0a619c3c0eb0ecc4d836 authored 12 months ago
indicate error code setting for problemdetails

github.com/FastEndpoints/FastEndpoints - 9e4209824f4d2a21a1f45df560e095dafbce6ea0 authored 12 months ago
Added DelayDuration property for scheduled job checks with default delay of 60 seconds. (#609)

* Added DelayDuration property for scheduled job checks with default delay of 60 seconds.
Summa...

github.com/FastEndpoints/FastEndpoints - 2f1aa8f898d3183ddc3f019e1cbd6bc733b47032 authored 12 months ago
auto strip symbols from swagger tag/group names

github.com/FastEndpoints/FastEndpoints - bbb28c46c63c52125ef61454223c74e96eafcb8f authored 12 months ago
relax type constraint on `Validator<TRequest>` class

github.com/FastEndpoints/FastEndpoints - 5c534fbc3c6229e350b2d1d44ef68f0d7090197d authored 12 months ago
fix swagger rendering reference types as nullable even when not annotated as nullable

github.com/FastEndpoints/FastEndpoints - ac3062d6df5ca1ce47a6078ec516af792559ffb9 authored 12 months ago
convert cmd handler executor base to interface

github.com/FastEndpoints/FastEndpoints - d237c6cc8443b9712e4d58f4e02a2bbbbe40098b authored about 1 year ago
clean event extensions

github.com/FastEndpoints/FastEndpoints - 865ed17714d8433d80008982e27ee3bb4f955d76 authored about 1 year ago
command handler executor primary ctors

github.com/FastEndpoints/FastEndpoints - cb951dee306e0bfc44ddc749cdfd5ea4af18de9f authored about 1 year ago
Copy ContentType value from IFormFile's to StreamContents in test helper (#601)

* Copy ContentType value from IFormFile's to StreamContents in test helper

* cleanups

----...

github.com/FastEndpoints/FastEndpoints - 22ece706dd299183a263dd2fd05b59b245ac2dd6 authored about 1 year ago
fix validation schema processor email format

github.com/FastEndpoints/FastEndpoints - a576fb5f6728c2f8299780ac5401fab1a57c6296 authored about 1 year ago
upgrade dependencies

github.com/FastEndpoints/FastEndpoints - 211fd60061ef268e37c402384a7ddf7efb5f713c authored about 1 year ago
add `Detail` property to `ProblemDetails` dto

github.com/FastEndpoints/FastEndpoints - 0b43591f9375e5a8b2576d217643efc3ed5056e0 authored about 1 year ago
throw on deserialization exceptions with httpclient extensions

fix #588

github.com/FastEndpoints/FastEndpoints - adc137bd34d0e3daf634fc2b39db42b9ca74d57a authored about 1 year ago
change default output path for kiota with endpoint mapping

github.com/FastEndpoints/FastEndpoints - 6168d61041bc0884d4350b79678408f01b5f0cfe authored about 1 year ago
update created at unit test

github.com/FastEndpoints/FastEndpoints - 305921b0b05c90b1872ec232a82c1847678b9386 authored about 1 year ago
Fix minLength swagger generation #150 (#579)

* Fix minLength swagger generation
* update swagger doc snapshots

---------

Co-authored-b...

github.com/FastEndpoints/FastEndpoints - a0148804780847ec6666be98a6252fad2d059e27 authored about 1 year ago
allow post processors to act as a response creator/sender

github.com/FastEndpoints/FastEndpoints - 134219f315bcc8706d7c76fa64812c12dd051555 authored about 1 year ago
suppress rider warnings

github.com/FastEndpoints/FastEndpoints - 282e0a85d6e3fec015351c39b5c2e400439ab130 authored about 1 year ago
Cleanup command extensions class

github.com/FastEndpoints/FastEndpoints - 7be53c7c3fa03b1941abbbe461d6ddc7db4a67c5 authored about 1 year ago
Rename `UseAntiForgery()` to `UseAntiforgeryFE`

github.com/FastEndpoints/FastEndpoints - cb021f9e64891e66a9f8aef22039a490da7f8fdb authored about 1 year ago
Open up `[NotImplementedAttribute]`

github.com/FastEndpoints/FastEndpoints - 3244a55c289e3bafd6e8c176ac9e65766f51a52d authored about 1 year ago
Fix flaky swagger snapshot tests

github.com/FastEndpoints/FastEndpoints - 99bc5b07f77c00caa90b4cb45b87fa7b75fce44f authored about 1 year ago
Add auto Swagger documentation for `[ToHeader]` props

fixes #564

github.com/FastEndpoints/FastEndpoints - d51bd74970a41b50f8d96560b4b3a5b23ee39725 authored about 1 year ago
Apply property naming policy to route params when generating Swagger spec

github.com/FastEndpoints/FastEndpoints - d4fbd63729f125a27c2c374b80e68b6a517350c3 authored about 1 year ago
Swagger support for `[ToHeader]` attribute

github.com/FastEndpoints/FastEndpoints - b21cddfff02d0b8a06c4d6f42761dcb61e4e78f3 authored about 1 year ago
`[ToHeader]` attribute for auto response headers

github.com/FastEndpoints/FastEndpoints - cf239836d05035d963a6eb26e267496a3db42096 authored about 1 year ago
Correct handling of Swagger request param examples

github.com/FastEndpoints/FastEndpoints - 33f206e427671b3a7e77dd22a3373b86b4f2593f authored about 1 year ago
Support for generic commands and command handlers

github.com/FastEndpoints/FastEndpoints - 110d4e5c8edd283efb798da971096be612a350ce authored about 1 year ago
Warn about not supporting polymorphic child validators in Swagger+FV integration

github.com/FastEndpoints/FastEndpoints - dc834728a6ad8533e3b0917e5359fee7fe542055 authored about 1 year ago
Detailed exception for illegal request DTO types.

github.com/FastEndpoints/FastEndpoints - 2f43a619309d149bb26094a1560db83f4cc9ac0a authored about 1 year ago
Respect ctor argument default values

github.com/FastEndpoints/FastEndpoints - 51aca26d3cc94e7976414dff2f66881f4f782ea8 authored about 1 year ago
Suppress typed results warning

github.com/FastEndpoints/FastEndpoints - bd9aba48faf7b00539fe44ecd81a859a6be9adce authored about 1 year ago
Swagger read DTO prop default value from ctor args

github.com/FastEndpoints/FastEndpoints - 19726148410c950fad531147c4cbaaf85270e7ba authored about 1 year ago
Ability to set JsonException response status code

github.com/FastEndpoints/FastEndpoints - 1e364d6e0058418097fb3af45e2947c781bf361d authored about 1 year ago
Auto resolving of `Mapper` in unit tests via `Factory.Create<>()`

github.com/FastEndpoints/FastEndpoints - 4d9a116fa99d41ceb9e147fd12a69a6c87c39d01 authored about 1 year ago
fix code inspections

github.com/FastEndpoints/FastEndpoints - f7478e70a76056e11088dee6cbef20cf49178beb authored about 1 year ago
naming violation correction

github.com/FastEndpoints/FastEndpoints - 996184724468570a0f343d82cf9129b56095cd93 authored about 1 year ago
add distructor to counter

github.com/FastEndpoints/FastEndpoints - 2e1599bf67d0a5abd12be165f9d7013625b39b4d authored about 1 year ago
remove redundant code bodies

github.com/FastEndpoints/FastEndpoints - 418c9d7a24d4e11eadce38807c343423e3404474 authored about 1 year ago
post-processor exception handling behavior change

github.com/FastEndpoints/FastEndpoints - ce8c4d772787b2a23a6a6c40c3ff1938357b384b authored about 1 year ago
Prevent `open redirect` attacks with `SendRedirectAsync()` method

github.com/FastEndpoints/FastEndpoints - e00435521e49ed611105aa3457899ed7d03f265c authored about 1 year ago
Fix source generator namespace conflict

github.com/FastEndpoints/FastEndpoints - 9da48f1ebc1cb387934d7d12b3e83b83d3f14e9a authored about 1 year ago
Enable release creation

github.com/FastEndpoints/FastEndpoints - 5539592c3c5970b4da64036216963197d519614e authored about 1 year ago
Upgrade dependencies

github.com/FastEndpoints/FastEndpoints - 28c7f2705cf2f571dcfefe77125437137e578425 authored about 1 year ago
Fix attribute forwarding

github.com/FastEndpoints/FastEndpoints - bf7b7c4b44c090ad0512871c78b788bc3b6713bf authored about 1 year ago
Forward all endpoint attributes to metadata

github.com/FastEndpoints/FastEndpoints - 4880f65f32f618b186672220292ef3f0b1b9a204 authored about 1 year ago
EndpointData switch case

github.com/FastEndpoints/FastEndpoints - 4e3f074891e400074d6c8f0fa0eb28740dcb4194 authored about 1 year ago
Get Swagger param default value from Record class ctor

github.com/FastEndpoints/FastEndpoints - 5389d2ce167e01a94f79f5faee193b62ba5706ed authored about 1 year ago
Attribute based Pre/Post Processor config for endpoints

Implements #568

github.com/FastEndpoints/FastEndpoints - 022d37453c43f05097aa9b3dc12517b15a9b9a76 authored about 1 year ago
Endpoint Definition refactor

github.com/FastEndpoints/FastEndpoints - fffd74b9949be918c73dddb2050e18d5c9a6b5f5 authored about 1 year ago
Refactor service registration generator

github.com/FastEndpoints/FastEndpoints - 739612436fb1add74fc12db6bc5682fa43af722c authored about 1 year ago
Improve type discovery generator

github.com/FastEndpoints/FastEndpoints - fd34b60d303da73232a696ea097a8368dda79d7b authored about 1 year ago
Add comments to ACL generator

github.com/FastEndpoints/FastEndpoints - 165a912558b1f5bec13a03d53cb3045be726ee54 authored about 1 year ago
Refactor ACL generator

github.com/FastEndpoints/FastEndpoints - 0becd2c961bcaa0ff3099f5ee603b48b6511f2ca authored about 1 year ago
Clean launchsettings files

github.com/FastEndpoints/FastEndpoints - 1c8440c35c70f3456dc7fb085c02cd2ba1787a44 authored about 1 year ago
Support for Snake Case Json Naming Policy

fixes #563

github.com/FastEndpoints/FastEndpoints - 2cbbf10ea1ef7274c060d8e9ebd3345a43c88be1 authored about 1 year ago
Rename `Conf` alias to `Cfg`

github.com/FastEndpoints/FastEndpoints - 3245c110d40e79c608be11772783b5f25a979568 authored about 1 year ago