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

remove `new()` constraint on response dtos #184

github.com/FastEndpoints/FastEndpoints - f47b01732de472b0162efb8407dca48a4c52b421 authored over 2 years ago by Damith G <[email protected]>
make unhandled exception handler use `InternalErrorResponse` for response

github.com/FastEndpoints/FastEndpoints - c29b860be1ff853e48bb18e0a6a2701488ec35e4 authored over 2 years ago by Damith G <[email protected]>
add author element to build props

github.com/FastEndpoints/FastEndpoints - 057e18af6c68cc1e22e2bce9738d23844f78b5e4 authored over 2 years ago by Damith G <[email protected]>
remove authors from build props

github.com/FastEndpoints/FastEndpoints - 46493106d5353722fae6cd3d6b7f25feedc69a12 authored over 2 years ago by Damith G <[email protected]>
add `ProducesProblemFE()` extension method for `RouteHandlerBuilder`

github.com/FastEndpoints/FastEndpoints - 93293753dae1d3b1a2fe0c33ba15b258660f117a authored over 2 years ago by Damith G <[email protected]>
fix typo - closes #181

github.com/FastEndpoints/FastEndpoints - 069a5dbbb7e7311956fc9dcfd49475e17a6749d3 authored over 2 years ago by Damith G <[email protected]>
add sponsor text file

github.com/FastEndpoints/FastEndpoints - c12ada8a45d41268771080ab463d75c4bab3e0e2 authored over 2 years ago by Damith G <[email protected]>
move out template pack code

github.com/FastEndpoints/FastEndpoints - 15fb6ac0902f1ca4b93f7eb2fa6a445b96fd0fac authored over 2 years ago by Damith G <[email protected]>
migrate out vs extension code

github.com/FastEndpoints/FastEndpoints - 2e746b592fea2a3208e079c743f6be836c841a78 authored over 2 years ago by Damith G <[email protected]>
migrate api ref site out

github.com/FastEndpoints/FastEndpoints - 5e1ed6e4448a5ad50b568d65530472971465b2df authored over 2 years ago by Damith G <[email protected]>
Merge pull request #177 from wjax/main

Harden ValidationSchemaProcessor and try to log exceptions

github.com/FastEndpoints/FastEndpoints - 6a6a92562cd6ad3a95db6d4a9fe2e762f4ffd19a authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Harden ValidationSchemaProcessor and try to log exceptions

github.com/FastEndpoints/FastEndpoints - 4f8b0f36c44a966927c47c6d9fcf372fdb59e366 authored over 2 years ago by Jesus <[email protected]>
remove google analytics tag from api ref site

github.com/FastEndpoints/FastEndpoints - 3f043bc3cd2ccd61dede917490f878ede6fd4658 authored over 2 years ago by Damith G <[email protected]>
update api ref site

github.com/FastEndpoints/FastEndpoints - abb4313deb0088ae0dd3c9b076901c6d8b2dd906 authored over 2 years ago by Damith G <[email protected]>
Delete CNAME

github.com/FastEndpoints/FastEndpoints - 1c104f14ccc306e6c70d163ddb8d6989fa155510 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Update CNAME

github.com/FastEndpoints/FastEndpoints - 547560dcec483e51121bd41d989842bbd2f06c1e authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Merge pull request #176 from WojciechNagorski/patch-1

Update Api-Versioning.md

github.com/FastEndpoints/FastEndpoints - acb8a8ae12410506357fca178e41ee5831843874 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Update Api-Versioning.md

Add an example for the `SuffixedVersion` setting. Related to #175

github.com/FastEndpoints/FastEndpoints - a59db3c602603c8365f1f3fd95f39f818d91024a authored over 2 years ago by Wojciech Nagórski <[email protected]>
support for `[DefaultValue]` attribute in swagger

github.com/FastEndpoints/FastEndpoints - 5b1129601f7fe4da3544940a929439c03413d7e0 authored over 2 years ago by Damith G <[email protected]>
only use prop setter if parsing succeeded

github.com/FastEndpoints/FastEndpoints - 9e85f45ccca4bc8b82a84e2914dfe68acdfa31ff authored over 2 years ago by Damith G <[email protected]>
duplicate header binding support

github.com/FastEndpoints/FastEndpoints - a264f6ac152fd35b2cb9b4387bab2a9ec3e750e2 authored over 2 years ago by Damith G <[email protected]>
implement service resolver interface on binder context

github.com/FastEndpoints/FastEndpoints - 95b29d60b300ef1a68c8ea3954c186f3882abf9a authored over 2 years ago by Damith G <[email protected]>
fix runner project

github.com/FastEndpoints/FastEndpoints - 8448f4cf72c7cf8c33142f54cd2a322c37be2ea8 authored over 2 years ago by Damith G <[email protected]>
update benchmark project

github.com/FastEndpoints/FastEndpoints - a8e472c3b1af1bf4ad99780836dec2a904a5b9cb authored over 2 years ago by Damith G <[email protected]>
Merge pull request #174 from Maskoe/main

Added DoesNotReturn attributes for throwing methods

github.com/FastEndpoints/FastEndpoints - 851299d163537f70119513f7a9d158182de411e0 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Removed wrong DoesNotReturn attribute

github.com/FastEndpoints/FastEndpoints - 8d7664dffde01a3398cc12a41b80a736247ceaa5 authored over 2 years ago by Mirco Benthien <[email protected]>
added DoesNotReturn attributes for throwing methods

github.com/FastEndpoints/FastEndpoints - bc7f85cdbb1901b6468cd5bf3426119b765f44b0 authored over 2 years ago by Mirco Benthien <[email protected]>
custom request model binder support

github.com/FastEndpoints/FastEndpoints - 98593152c0e7965f4bec624ef50c299f0355668a authored over 2 years ago by Damith G <[email protected]>
swagger integration for [FromBody] attribute

github.com/FastEndpoints/FastEndpoints - 652064644f4b3ea4bf4ad101921153506cb05f1c authored over 2 years ago by Damith G <[email protected]>
[FromBody] attribute for binding requet json body to a sub property

github.com/FastEndpoints/FastEndpoints - c3cd2e8af502335cac4afb86bbb21f1c93fc9258 authored over 2 years ago by Damith G <[email protected]>
handle weird string input

github.com/FastEndpoints/FastEndpoints - a038d731c63b6ac0f1d67c087903caaccbc4f138 authored over 2 years ago by Damith G <[email protected]>
fix for duplicate string qparams not binding correctly

github.com/FastEndpoints/FastEndpoints - b5542d3bf0492907beb87863416b4b82b59995ce authored over 2 years ago by Damith G <[email protected]>
Merge pull request #167 from MichaelHochriegl/feat/160_mapper-update-entity

add update entity method to mapper

github.com/FastEndpoints/FastEndpoints - a411a0221f6605e51f12b7dabce24d01e34240ad authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
fix release name in gh action

github.com/FastEndpoints/FastEndpoints - 69175e7ec88db3e569a8122c6e93dfd52f913991 authored over 2 years ago by Damith G <[email protected]>
add update entity method to mapper

closes #160

github.com/FastEndpoints/FastEndpoints - 450b796410371759de0ac2f3e36c98d681373de2 authored over 2 years ago by MichaelHochriegl <[email protected]>
add directory build props file

github.com/FastEndpoints/FastEndpoints - e1526ce3f6eeaef3d1a14e20bd8c132dd9808034 authored over 2 years ago by Damith G <[email protected]>
support binding duplicate query param values to `IEnumerable` properties #165

github.com/FastEndpoints/FastEndpoints - 2d85f77a7b49729f0d2ec5c84428c2db08b3b47c authored over 2 years ago by Damith G <[email protected]>
Merge pull request #163 from delasource/patch-1

Patch: Exception when ApiControllers exist in the project

github.com/FastEndpoints/FastEndpoints - d87ac7d7a5d6fd228855c8a1d14ea4aa5f2bae75 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Fixed an exception when ApiControllers exist in the project.

github.com/FastEndpoints/FastEndpoints - 766b8e0ec66991e3ff0f31b0744e04763eb65baa authored over 2 years ago by lars <[email protected]>
Update OperationSecurityProcessor.cs

Wrapped an exception for better exception logging

github.com/FastEndpoints/FastEndpoints - bb769a52169b915e66835801068387ff63fa9d8c authored over 2 years ago by Lars <[email protected]>
`IEnumerable` property binding not allowing pre-processors to work #161

github.com/FastEndpoints/FastEndpoints - 69355753ef52559fbb7ca494fa8497b0c819c5f8 authored over 2 years ago by Damith G <[email protected]>
fix broken doc link

github.com/FastEndpoints/FastEndpoints - bdf99483a80e2c374e8f2bf62a5eddc55cc6cf65 authored over 2 years ago by Damith G <[email protected]>
fix concurrency issues with xunit parallel test execution

github.com/FastEndpoints/FastEndpoints - 097562787502b9eaed09c05c4722fc032ed4b93e authored over 2 years ago by Damith G <[email protected]>
fix plain text binding issue introduced in v4.3

github.com/FastEndpoints/FastEndpoints - 84334ce51c7980037fa4f2cc3e43a8fd00e942e3 authored over 2 years ago by Damith G <[email protected]>
Merge pull request #157 from sl-antonybasbug/bug/options-nos-considered

[BUG] fix endpointDiscoveryOptions

github.com/FastEndpoints/FastEndpoints - d2eb9a48c5f5920236bbe46581adc5b8547511fd authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
[BUG] fix endpointDiscoveryOptions objet is not considered by the action delegate

github.com/FastEndpoints/FastEndpoints - 2c56a760ec89b729d540545700e147fede3e1b67 authored over 2 years ago by Antony BASBUG <[email protected]>
Merge pull request #155 from fretje/tryparse

Custom TryParse method should take precedence over JsonSerializer for Enumerable types

github.com/FastEndpoints/FastEndpoints - 5ad029ff955428589b6db55cbb629aabf3f2295f authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Custom TryParse method takes precedence over JsonSerializer for Enumerable types

github.com/FastEndpoints/FastEndpoints - ac8472edd40bdc57c698e00062958c04780f79c0 authored over 2 years ago by fretje <[email protected]>
upgrade dependancies

github.com/FastEndpoints/FastEndpoints - f0de8ced78e2d9b0ff8ed5e46d9e278f95b1f3e2 authored over 2 years ago by Damith G <[email protected]>
support empty requests with `application/json` content type #147

github.com/FastEndpoints/FastEndpoints - 57138bef94375ebd885f9497f5b4d13ff61c5dc0 authored over 2 years ago by Damith G <[email protected]>
Merge pull request #148 from CoryCharlton/main

Reproduce and fix #147

github.com/FastEndpoints/FastEndpoints - 7fffc51b18d2e5070bd6caaff1547dc59bd5c888 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Reproduce and fix #147

github.com/FastEndpoints/FastEndpoints - 11f8aab18c03ca1856798e76351e2b4cd34630fb authored over 2 years ago by CoryCharlton <[email protected]>
http head support

github.com/FastEndpoints/FastEndpoints - 785e284249d038af27b84b96a0e1b095db48d599 authored over 2 years ago by Damith G <[email protected]>
fix #143 model binding issue with generic request dtos

github.com/FastEndpoints/FastEndpoints - ed20f8f720376c6a49ff542a58f30da4c4fd4536 authored over 2 years ago by Damith G <[email protected]>
swagger-fv ignore non-property validation rules

github.com/FastEndpoints/FastEndpoints - 11b4afbb98ee10fbb53c446d5daff76c43d53c64 authored over 2 years ago by Damith G <[email protected]>
Merge pull request #141 from wjax/main

Fix stackoverflow while generating fluentvalidation swagger data and Limit Validators discovery ...

github.com/FastEndpoints/FastEndpoints - ee639861fbd12217e6cc9f47b30a8ff52c191b8f authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
Limit Validator discovery to only endpoint validators as to not mess with other validators

github.com/FastEndpoints/FastEndpoints - 69969d31196d8d24f92ec18ffe521e4fae7725c8 authored over 2 years ago by Jesus <[email protected]>
Fix stackoverflow while generating fluentvalidation swagger data with a requestDto that uses nested object

github.com/FastEndpoints/FastEndpoints - c0c479564a3ba3fee8a5a36d3ff81df18b1f36a6 authored over 2 years ago by Jesus <[email protected]>
cleanup api reference docs

github.com/FastEndpoints/FastEndpoints - 2ac2987ff57bca551f03bbd263e122b59d08faf0 authored over 2 years ago by Damith G <[email protected]>
move `ValidationFailureException` to `FastEndpoints` namespace

github.com/FastEndpoints/FastEndpoints - 17a7c806b5f9a632f0d0a23b50c4e47ca31c5d7a authored over 2 years ago by Damith G <[email protected]>
Merge pull request #138 from lazyboy1/template-pack-docs

Template pack docs

github.com/FastEndpoints/FastEndpoints - e9d4c70a41a830b3e00e214627bcb79f26b123d4 authored over 2 years ago by Dĵ ΝιΓΞΗΛψΚ <[email protected]>
bump template pack version to 1.0.0

github.com/FastEndpoints/FastEndpoints - af3214a4ffcf9ff894d8918621fd8fc58dd10e6a authored over 2 years ago by Amit Edelstein <[email protected]>
add template pack basic documentation

github.com/FastEndpoints/FastEndpoints - 10ba05d72433dc75987a009b02b50e7644f78959 authored over 2 years ago by Amit Edelstein <[email protected]>
fix not finding generic params of Summary<,> at startup

github.com/FastEndpoints/FastEndpoints - 063c5b176ecb14beeba266b726d32442dc841139 authored over 2 years ago by Damith G <[email protected]>
publish vs extension to marketplace

github.com/FastEndpoints/FastEndpoints - c733ab209570a4e2dc3932907d36291d946a06b7 authored over 2 years ago by Damith G <[email protected]>