Ecosyste.ms: OpenCollective

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

NSwag

The Swagger/OpenAPI toolchain for .NET, Web API and TypeScript.
Collective - Host: opensource - https://opencollective.com/nswag - Code: https://github.com/RSuter/NSwag

Get build running on Linux and MacOS (#3777)

github.com/RicoSuter/NSwag - 0c9d87f1623e8a7f7d29ba9593108270e05f987a authored 9 months ago by Marko Lahma <[email protected]>
Only exclude explicit registrations of IHostedService (#4756)

This fixes issues when a registered class or interface inherits from IHostedService because they...

github.com/RicoSuter/NSwag - 5e1a9608d0f1f032acccf1589fa611943e895dd3 authored 9 months ago by Sjoerd van der Meer <[email protected]>
Avoid generating unused _baseUrl (C# gen)

github.com/RicoSuter/NSwag - 202f3c2d7e413f329d66dd0e18743578151cefa0 authored 9 months ago by Rico Suter <[email protected]>
Support NSWAG_NOLOG and NSWAG_NOVERSION environment variables (#4703)

github.com/RicoSuter/NSwag - 2add8c6a6bd979d00efdfbc84060f753cf7e003a authored 9 months ago by Marko Lahma <[email protected]>
Fixed duplicated variableName generation, fixes RicoSuter#2560 (#4725)

github.com/RicoSuter/NSwag - 5b1c39c922f32a2683cbd23fe190fc535d546a2c authored 9 months ago by Damian Romanowski <[email protected]>
Made GenerateControllerName virtual (#4726)

github.com/RicoSuter/NSwag - c1a9db79eeb300b73149e69cd1a3854c925c804d authored 9 months ago by Damian Romanowski <[email protected]>
Upgrade to NUKE 8 (#4721)

github.com/RicoSuter/NSwag - 798b398255329cc16cef0559b5502b0ad3b02523 authored 9 months ago by Marko Lahma <[email protected]>
Annotate BaseUrl set with MemberNotNull to prevent CS8618. (#4739)

* Annotate BaseUrl set with MemberNotNull to prevent CS8618.

* Updating generated samples

...

github.com/RicoSuter/NSwag - c1771536b62f31b5e1a23b0c638fe1d539090969 authored 9 months ago by Staffan Gustafsson <[email protected]>
Fix missing _baseUrl field and BaseUrl property

github.com/RicoSuter/NSwag - be42e58d1e2f9c4e86b9c302b0c6e82cc5c36d45 authored 9 months ago by Rico Suter <[email protected]>
Allow client secret when usePkceWithAuthorizationCodeGrant is true, revert #4184

github.com/RicoSuter/NSwag - f18db2a887e0d2cdab810ccc2dc15c0537716b89 authored 9 months ago by Rico Suter <[email protected]>
Increment global version number to 14.0.1 (#4700)

github.com/RicoSuter/NSwag - 313ea53f4f8a53c0e66b0f84f63f3224bfcebcac authored 9 months ago by Marko Lahma <[email protected]>
fixed readme code sample (#4667)

github.com/RicoSuter/NSwag - 388646eca5302566713d1e649b23835678c3c861 authored 9 months ago by Tobias Graf <[email protected]>
build: fix .net8 target while publishing artifacts (#4680)

* build: fix .net8 target while publishing artifacts

* fix(Commands): add net8 target

----...

github.com/RicoSuter/NSwag - b7adb26564cc9a54949197353740aef0c81a5f65 authored 9 months ago by krzyhan <[email protected]>
Fix GenerateNSwagTypeScript target #4687 (#4688)

github.com/RicoSuter/NSwag - cc8e1111e68b9980f31c0bc7509505d4d9ee3150 authored 9 months ago by Kevin Andrews <[email protected]>
Fix missing assignment of base URL (#4691)

Fixes #4637

github.com/RicoSuter/NSwag - a5b2d04a09b88fa1e39d6f2d9fb65a0856a81d4a authored 9 months ago by Paulo Morgado <[email protected]>
Disable warning CS8625 "Cannot convert null literal to non-nullable reference type." in generated code (#4656)

* Disable warning CS8625

* Update File.Header.liquid

* Update File.Footer.liquid

* Fixe...

github.com/RicoSuter/NSwag - a199fad3ce594c6400934258a094e201799736f7 authored 9 months ago by Norbert Hüthmayr <[email protected]>
🐛 Fix generated C# clients using base URL (#4674)

I do believe that the following PR introduced a typo in the #pragma
directive.
https://github....

github.com/RicoSuter/NSwag - 86aaf35028475ace7197e43f8ed5d01cbc4e839b authored 9 months ago by Etienne Lafarge <[email protected]>
Update NJS to v11

github.com/RicoSuter/NSwag - 4d0e6a663f71724cbf5b05c3c50904ba230bc0fa authored 10 months ago by Rico Suter <[email protected]>
Add SchemaGeneratorFactory property to OpenApiDocumentGeneratorSettings, #4524

github.com/RicoSuter/NSwag - 28b9400497a796b6217dcee6f122ba1eb2a7bc97 authored 10 months ago by Rico Suter <[email protected]>
Use upper limit for .NET 4.x, revert #4642

github.com/RicoSuter/NSwag - c4de56a78b3e859596a1aeb2ca055c6065f3b976 authored 10 months ago by Rico Suter <[email protected]>
Removed NuGet dependencies version upper limits. (#4642)

github.com/RicoSuter/NSwag - 08ad638412d6c39a8246201c27ed77c7b701ccda authored 10 months ago by Paulo Morgado <[email protected]>
Rename SwaggerUi3 to SwaggerUi

github.com/RicoSuter/NSwag - 948b389e8b31d99cd16b884826a7e2d9d5b5e58a authored 10 months ago by Rico Suter <[email protected]>
Added tests for "id:{id}" patterns. (#4634)

github.com/RicoSuter/NSwag - d5447f209c48217cd106353f50f5c907979f705b authored 10 months ago by Paulo Morgado <[email protected]>
Only publish interesting artifacts in GH build (#4635)

github.com/RicoSuter/NSwag - d71bd9326925b60ce8df9007f87b87b723bf8e9c authored 10 months ago by Marko Lahma <[email protected]>
Change test projects to target NET 8.0 (#4636)

* update testing libraries

github.com/RicoSuter/NSwag - 49b5502b56e2d26db1149f2fecdcd823ae037bf7 authored 10 months ago by Marko Lahma <[email protected]>
Update NJS

github.com/RicoSuter/NSwag - 9215491d28ebae0ad683cc5a0823d35198c7963f authored 10 months ago by Rico Suter <[email protected]>
Update NJS

github.com/RicoSuter/NSwag - 019aae409dfac0365a1b1bee8cbb92f61896bd2d authored 10 months ago by Rico Suter <[email protected]>
Add NSwag specific metadata to OpenApiReference OpenApiProjectReference items and use it to build the command line. (#4565)

* Add NSwag specific metadata to OpenApiReference OpenApiProjectReference items and use it to bu...

github.com/RicoSuter/NSwag - b7190d9f64a73f5054c8e2cae984758d4dcba11c authored 11 months ago by Paulo Morgado <[email protected]>
Added .NET 8 runtime target to nswag.cmd (#4614)

github.com/RicoSuter/NSwag - 5ea86dce40a7ea4b8ba12389783258f853c07433 authored 11 months ago by Vasili <[email protected]>
Replaced LINQ with iteration for performance improvements. (#4586)

github.com/RicoSuter/NSwag - 9175311f5427ccc899098971c8a4dd2353a1400a authored 11 months ago by Paulo Morgado <[email protected]>
Added feature to suppress the generation of the output of client classes and interfaces. (#4571)

* Added feature to suppress the generation of the output of client classes and interfaces.

* ...

github.com/RicoSuter/NSwag - 5e3e2c0ee6c92b7f724cfdd52623d7eed339e87b authored 11 months ago by Paulo Morgado <[email protected]>
Remove path part concatenation for paths witout parametrs and removed append and concatenation of single characteres (#4585)

github.com/RicoSuter/NSwag - de09331939df85e10f7cc996f4cdeb1d7d688a82 authored 11 months ago by Paulo Morgado <[email protected]>
Use NET 8 SDK artifacts output (#4589)

github.com/RicoSuter/NSwag - be967b448dfbe95befe54f1f59ca242de51ee514 authored 11 months ago by Marko Lahma <[email protected]>
Remove netcoreapp3.1 sample (#4595)

github.com/RicoSuter/NSwag - e87263074d634e5319c523ffcd9635389cb8acf6 authored 11 months ago by Marko Lahma <[email protected]>
Use supported versions of Microsoft.AspNetCore.* (#4561)

ASP.NET Core 2.1 on .NET Framework is supported
while version 2.2 is deprecated.

github.com/RicoSuter/NSwag - 57859684e1e7446bda9113f92de0d96102e6205d authored 11 months ago by olegd-superoffice <[email protected]>
Update .NET 8 RC references with RTM (#4584)

github.com/RicoSuter/NSwag - e7dd065c51420267434b72ead063ed6e54033c08 authored 11 months ago by Marko Lahma <[email protected]>
Add setting to set ReDoc page title (#2796) (#4581)

Same logic as in `SwaggerUiSettings`

Co-authored-by: BÈCLE Hadrien <[email protected]...

github.com/RicoSuter/NSwag - a7cea5815aa208ef66f2e6dc5e4ec49020f54e3a authored 11 months ago by Hadrien Bècle <[email protected]>
Use .NET 8.0.100 (#4580)

* feature: Use .NET 8.0.100-rc.2

* specific version

* dotnet 8

github.com/RicoSuter/NSwag - 4002f3a840f22e0c19260fd9c7907e1f524fd184 authored 11 months ago by Rico Suter <[email protected]>
Remove unused UseDocumentProvider

github.com/RicoSuter/NSwag - cc16278b79fac2fe1a3afd961affedad61261c13 authored 11 months ago by Rico Suter <[email protected]>
Replace StringBuilder.Replace with StringBuilder.Append for building request URL. (#4579)

github.com/RicoSuter/NSwag - 50609a8efa60cef26fe0fc20f764d23ca12b2b42 authored 11 months ago by Paulo Morgado <[email protected]>
Fix template and test bugs from PR #4541 (#4570)

github.com/RicoSuter/NSwag - 8e0f46ce326c101bb6ac570ac25245a72ee2eba5 authored 11 months ago by Paulo Morgado <[email protected]>
Don't bundle unused Swagger UI ES scripts (#4577)

* Don't bundle unused SwaggerUI ES scripts

* also tseak NSwag.AspNet.Owin.csproj

github.com/RicoSuter/NSwag - 169a1354316aae6a702d01405c95163121d684c4 authored 11 months ago by Marko Lahma <[email protected]>
remove legacy swagger ui (keep only UseSwaggerUi() with latest version)

github.com/RicoSuter/NSwag - 512eb654b1be5714c7923b74d22e2049d56b5622 authored 12 months ago by Rico Suter <[email protected]>
Sanitize BaseUrl on write. (#4541)

github.com/RicoSuter/NSwag - 5dbeb3f03ba84c0679015797e5b0cf50d8854078 authored 12 months ago by Paulo Morgado <[email protected]>
Remove unnecessary string creations from OpenApiDocumentMiddleware (#4553)

github.com/RicoSuter/NSwag - a099ebc0f032d98cf52de3cb4720475790c83a0f authored 12 months ago by Paulo Morgado <[email protected]>
Fix OpenApiReference for MSBuildRuntimeType=Core (#4555)

Use .Net 6.0 version of dotnet-nswag.dll when building with dotnet CLI.
.Net 3.1 version is no ...

github.com/RicoSuter/NSwag - f2d0402ba62d6632a4e79d673b849049bdaec134 authored 12 months ago by olegd-superoffice <[email protected]>
Add support for missing NSwag studio options (#4554)

* Add PropertySetterAccessModifier, GenerateNativeRecords into NSwagStudio

* Update .Net8 def...

github.com/RicoSuter/NSwag - 3d63f2676aa7eb0411f8c11f55127ca12c590cb7 authored 12 months ago by Jan Trejbal <[email protected]>
Update README.md

github.com/RicoSuter/NSwag - 450c2801587357d04b97d87bbc41d984b1ca6e44 authored 12 months ago by Rico Suter <[email protected]>
Update NJS/R

github.com/RicoSuter/NSwag - 8738fd358d20bb2ea647088467204eb45ff19ca5 authored 12 months ago by Rico Suter <[email protected]>
update packages

github.com/RicoSuter/NSwag - d5c97de3414a35662f35124030e2a68cdebb10dc authored 12 months ago by Rico Suter <[email protected]>
Update NJS preview

github.com/RicoSuter/NSwag - 271d7f6408cc1ad746bebfe500f5f834b00e4585 authored about 1 year ago by Rico Suter <[email protected]>
Merge branch 'master' of https://github.com/RicoSuter/NSwag

github.com/RicoSuter/NSwag - 66a733df60d11c4a357f002675850b485166e0da authored about 1 year ago by Rico Suter <[email protected]>
Add NoDefaultLaunchSettingsFile

github.com/RicoSuter/NSwag - 3dec316743fca0698a43230e18e7ad03baf18b1a authored about 1 year ago by Rico Suter <[email protected]>
Fix for multipart/formdata schema bug. (#4476)

Fixes #3524 and #4392

github.com/RicoSuter/NSwag - 340dc3a8f21c4f0c52684aedc83891f8cd294a0d authored about 1 year ago by Bo Bendtsen <[email protected]>
Add net8.0 target framework (#4502)

* Add net8.0 target framework

* Install net8 sdk missing from base image

* Remove unnecess...

github.com/RicoSuter/NSwag - b32ccee04b6edb9782148f1805aee1a92a158639 authored about 1 year ago by Cristi Pufu <[email protected]>
Merge branch 'master' of https://github.com/RicoSuter/NSwag

github.com/RicoSuter/NSwag - 0ef826cfa832e87e3478e1e17f23c2c9214e26dc authored about 1 year ago by Rico Suter <[email protected]>
update to latest legacy packages, #2824

github.com/RicoSuter/NSwag - 1eae91f56b1bd7de8719ccc6d10bb925ab402814 authored about 1 year ago by Rico Suter <[email protected]>
Cleaned project dependencies (#4530)

github.com/RicoSuter/NSwag - 3b2caca252317f769e6b473d87c28aabfd3b3e1e authored about 1 year ago by Marko Lahma <[email protected]>
update own (security)

github.com/RicoSuter/NSwag - c24ed12d91fb0d717ccdd455be972d88d0ced534 authored about 1 year ago by Rico Suter <[email protected]>
fix tests

github.com/RicoSuter/NSwag - dafe72d944003c0cb5e22c5619059a4cc273d7b3 authored about 1 year ago by Rico Suter <[email protected]>
Make serializer settings static (#4256)

github.com/RicoSuter/NSwag - 11336d67f32cf59ceeb282e34bbfe76ec9f45816 authored about 1 year ago by ErikPilsits-RJW <[email protected]>
Serialize to UTF-8 bytes with System.Text.Json. (#4175)

Serializing to a UTF-8 byte array is about 5-10% faster
than using the string-based methods.

github.com/RicoSuter/NSwag - 54fa14172ddcde2520072129b7c5f526b4f08609 authored about 1 year ago by olegd-superoffice <[email protected]>
Exclude all IHostedService implementations except GenericWebHostService because it Configures the pipeline. (#4523)

By removing the IHostedService implementations it will stop running these when starting the app ...

github.com/RicoSuter/NSwag - 5d4167dea38ea311fe8ffdc16b87f95bd167a91d authored about 1 year ago by Sjoerd van der Meer <[email protected]>
Bump Microsoft.AspNetCore.Mvc.Core in /src/NSwag.Generation.AspNetCore (#4527)

Bumps Microsoft.AspNetCore.Mvc.Core from 1.0.4 to 1.0.6.

---
updated-dependencies:
- depend...

github.com/RicoSuter/NSwag - 81db67d9e8a458365c7b86579a3cbe4d1456adf2 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Change supported target frameworks (#4001)

* Change supported target frameworks

* upgrade from net461 to net462
* drop support for net4...

github.com/RicoSuter/NSwag - e078e67b8c74c43b90c46c77a233ab75c248d622 authored about 1 year ago by Marko Lahma <[email protected]>
remove obsolete stuff

github.com/RicoSuter/NSwag - a432103946f13f44807b12ee63333dec22f28a3a authored about 1 year ago by Rico Suter <[email protected]>
Use correct nuget version in NSwag.ApiDescription.Client, #4524

github.com/RicoSuter/NSwag - 06f635a023e0c53d5b9cea04dacb660dd331c37f authored about 1 year ago by Rico Suter <[email protected]>
improve tests

github.com/RicoSuter/NSwag - b66a67b8b3aec480d751c596a3a0f9165ab9ac46 authored about 1 year ago by Rico Suter <[email protected]>
Fix momentjs import, closes #1901, closes #1859

github.com/RicoSuter/NSwag - 8b767d768444b6c7b7f4b8fd8f0d17eff957c2e8 authored about 1 year ago by Rico Suter <[email protected]>
Use Swagger UI v5.7.2

github.com/RicoSuter/NSwag - a961eb10226be2a0bc84b08f5a345367734b1baf authored about 1 year ago by Rico Suter <[email protected]>
Do not set clientSecret for CODE-PKCE (#4184)

github.com/RicoSuter/NSwag - 24763acc26453ff4f87aa7df39715667c9912399 authored about 1 year ago by Jan Trejbal <[email protected]>
Merge branch 'master' of https://github.com/RicoSuter/NSwag

github.com/RicoSuter/NSwag - 5f65beb4584f9f7b3459a559c6ded6830468ca08 authored about 1 year ago by Rico Suter <[email protected]>
Also use endpoint metadata for method lookup, closes #4193

github.com/RicoSuter/NSwag - 6702c17e1d6fddb219fb5b1d478a9e4ae7a84351 authored about 1 year ago by Rico Suter <[email protected]>
Add Encoding and Media Type to StringContent for form data (#4487)

* Add Encoding and Media Type to StringContent for form data in Client.Class.liquid

* Fully q...

github.com/RicoSuter/NSwag - f9d75154c2e42b29221408c7691fbf66bd4eb24e authored about 1 year ago by Arjan Vermunt <[email protected]>
Clarified behavior of overloads (#4435)

* docs: overloads don't add the UI to owin pipeline

* docs: fix typo

github.com/RicoSuter/NSwag - b88147924a355b12812ad8e4122d602c73739e74 authored about 1 year ago by Jan Verhaeghe <[email protected]>
Update AxiosClient.liquid so instance and baseUrl are protected (#4497)

github.com/RicoSuter/NSwag - d96e241c9ece4a47cef0853f46c73ef865a0ef50 authored about 1 year ago by mjphillips-sg <[email protected]>
Set correct parameter position (#4499)

* Set correct parameter position

* Improve if readability

* Use Array.Empty instead of all...

github.com/RicoSuter/NSwag - 40875b468ad1def7de3abdf38380a65b8dae1d67 authored about 1 year ago by Jan Trejbal <[email protected]>
Fix typo, closes #4500

github.com/RicoSuter/NSwag - 95ce46bc108582402fa51512e5ad1636d83b6237 authored about 1 year ago by Rico Suter <[email protected]>
Improve typescript output (#4505)

* Declare variables with const

https://rules.sonarsource.com/javascript/RSPEC-3504/

* Unne...

github.com/RicoSuter/NSwag - 9895d24bc9e6d0d9bec76c8fbdc0ac805e6e0a38 authored about 1 year ago by Mads Breusch Klinkby <[email protected]>
NSwag v14 (preview) (#3758)

* v14

* Replace DotLiquid with Fluid

* update templates to follow strict liquid syntax
* ...

github.com/RicoSuter/NSwag - e0814f98e818f6ee2c5b40db33a99300c8dca93a authored about 1 year ago by Rico Suter <[email protected]>
Set ChocolateyPush source

github.com/RicoSuter/NSwag - 6f5e5f9006a34b22d8755428026ff6395d8d8631 authored about 1 year ago by Rico Suter <[email protected]>
v13.20.0

github.com/RicoSuter/NSwag - 75a2c732723a1deb8ebf49bc5a04586ac6a96dda authored about 1 year ago by Rico Suter <[email protected]>
install .net 3.1 sdk

github.com/RicoSuter/NSwag - ca2362463fefa3b76a03faff7e5dc61e9f0972c6 authored about 1 year ago by Rico Suter <[email protected]>
Update Client.Class.liquid (#4471)

* Update Client.Class.liquid

fix #4466

* Update Client.Class.liquid

---------

Co-aut...

github.com/RicoSuter/NSwag - f61207670c56bf0e9d70d3e07157525c9f39f3e0 authored about 1 year ago by Alireza Mahdavi <[email protected]>
Disable warning CS8604 "Possible null reference argument for parameter" in generated code (#4422)

* Disable warning CS8604 "Possible null reference argument for parameter" in code generation fil...

github.com/RicoSuter/NSwag - 57f6b2773bdf39f51aab45d1a649d43ea17ea735 authored about 1 year ago by Noah Stolk <[email protected]>
Add SwaggerRoutesFactory to SwaggerUi3Settings

github.com/RicoSuter/NSwag - b81934432414afc93bafd9dc5076cdc5b5caf534 authored about 1 year ago by Rico Suter <[email protected]>
fix default value docs of SerializeTypeInformation, closes #4480

github.com/RicoSuter/NSwag - 8d120cd200d41df1e4fe3db34eb13eb8fe8b9e15 authored about 1 year ago by Rico Suter <[email protected]>
v13.19.0

github.com/RicoSuter/NSwag - 92b168a7c10371e0d163c7fbd7900a590aa13c1e authored over 1 year ago by Rico Suter <[email protected]>
Improve build

github.com/RicoSuter/NSwag - 73bc1c456a57ae82ca65c333cd8475d092a598a6 authored over 1 year ago by Rico Suter <[email protected]>
Add .NET 5 SDK

github.com/RicoSuter/NSwag - 82708d10ba8baafa0b35c803dcb8d43252ef9d7f authored over 1 year ago by Rico Suter <[email protected]>
Fix build

github.com/RicoSuter/NSwag - 06a0f660521c77d59575188d8651942a8e4b3f8f authored over 1 year ago by Rico Suter <[email protected]>
Revert "Fix build"

This reverts commit 21bf926ad2cb095541d4e54c9477518381b58282.

github.com/RicoSuter/NSwag - 21e5b69e98ba07194032fd9c33eea6ee1d38a9ac authored over 1 year ago by Rico Suter <[email protected]>
Fix build

github.com/RicoSuter/NSwag - 21bf926ad2cb095541d4e54c9477518381b58282 authored over 1 year ago by Rico Suter <[email protected]>
NJsonSchema v10.9.0

github.com/RicoSuter/NSwag - 36e1004294f78a4b6699083f51bc50c288015be8 authored over 1 year ago by Rico Suter <[email protected]>
Unwrap ValueTask<T> return types (#4374)

* Unwrap ValueTask<T> return types, same as Task<T>, unwrap (Value)Task<ActionResult<T>> and uni...

github.com/RicoSuter/NSwag - fb37aa2a3990aabb36df41210613d7023034a2bb authored over 1 year ago by Alasdair <[email protected]>