Found 27 packages
A Swashbuckle Schema filter for SmartEnum
A Swashbuckle Schema filter for Intellenum
A schema filter sets the type to object for any OpenAPI schema marked as nullable but lacking a defined type.
Enum type schema filter for Dotnet core Swashbuckle
Swashbuckle.AspNetCore.SwaggerGen extension to enable type discriminator for polymorphic contracts
This module corrects the XML handling in Swagger in AspNetCore. The default Swagger implementation does not handle XML annotation attributes correctly. This module handles XmlRoot, XmlElement and XmlIgnore attributes in data models.
SwaggerEnrichers is a C# package that offers a more flexible and convenient way to add ISchemaFilter and IParameterFilter using attributes. While you can use the SwaggerSchemaAttribute from Swashbuckle.AspNetCore.Annotations, SwaggerEnrichers allows you to configure example values, value type and so on.
A Swashbuckle Schema filter for Soenneker.Gen.EnumValue
Extension for JLio for JSchema support. Utilities: filter by schema
Hides a property from OpenAPI/Swagger documentation without affecting JSON serialization. Use this when a property should be used at runtime but not exposed in the public API contract.
MCP server that gives LLMs six tools for exploring arbitrarily large JSON files — schema inference, scoped query, sampling, search/filter, pagination, and statistics.
Swashbuckle schema filter with strong types to strongly-type your interfaces (properties, methods, APIs, DB entities, appsettings). Eliminate stringly-typed interfaces. Make compiler your friend, introduce semantics to your code.
NFX CORE Package NFX UNISTACK includes: Application Container + Dependency Injection facilities Configuration engine BigMemory: Local/Distributed piles/heaps, ability to store hundreds of millions of objects resident in memory for long times without killing GC BigMemory Cache - store hudreds of millions of objects in RAM without GC pressure (full GC scan <20ms @ 300M+ objects 64 Gb taken) Logging with 8+ destinations/sinks(text, email, flood filter etc.) Distributed contact-oriented communication framework NFX.Glue (replaces WCF) Security with users, credentials, roles, permissions JSON parsing, ser/deser support Ultra efficient Binary serialization support Erlang CLR support with native types: tuples, lists, pattern matching Text lexing/parsing and processing pipeline: C# lexer, JSON lexer/Parser RelationalSchema language compiler - generate DDL for different targets Templatization engine (for web, emails and not only textual content) NFX.WAVE - Web Server with hybrid injectable threading model (replaces IIS + ASP.NET) NFX.WAVE.Mvc - MVC framework for web pages WV.js - a web component library auto-bindable to server MVC/MVVM Database access layer with virtual commands/queries/transactions ID generation - GlobalDistributed IDS (GDID), FID - fast process-wide ID Virtual Social Network - Twitter/Facebook/Google+ et al Virtual Payment Processing - Stripe,PayPal providers Virtual File Systems - AmazonS3, SVN, Local QR Code Creation In progress: Virtual document model with rendering to PDF, HTML and other formats In Progress: PDF DOM model + rendering
Weaviate vector adapter for Sora: schema ensure, KNN search, filter pushdown via AST→GraphQL translator, and health checks.
A package containing a Middleware (to be exact an IActionFilter) handling thrown Exceptions and creating the coresponding HTTP-Messages. Several predefined Exceptions are available with the possibility of extension. Additionaly the used ErrorResponse-Schema can be added to OpenAPI-Spec generation of Swashbuckle.
Weaviate vector adapter for Koan: schema ensure, KNN search, filter pushdown via AST→GraphQL translator, and health checks.
OpenExcelLite: Minimal, dependency-free Excel generator. Features include streaming (100k–1M+ rows), hyperlink support, tables, AutoFilter, autofit columns, correct date formatting, empty row handling, and fully schema-valid OpenXML output. No ClosedXML. No EPPlus. No interop. Production-grade performance.
NFX.Web Package NFX UNISTACK includes: Application Container + Dependency Injection facilities Configuration engine BigMemory: Local/Distributed piles/heaps, ability to store hundreds of millions of objects resident in memory for long times without killing GC BigMemory Cache - store hudreds of millions of objects in RAM without GC pressure (full GC scan <20ms @ 300M+ objects 64 Gb taken) Logging with 8+ destinations/sinks(text, email, flood filter etc.) Distributed contact-oriented communication framework NFX.Glue (replaces WCF) Security with users, credentials, roles, permissions JSON parsing, ser/deser support Ultra efficient Binary serialization support Erlang CLR support with native types: tuples, lists, pattern matching Text lexing/parsing and processing pipeline: C# lexer, JSON lexer/Parser RelationalSchema language compiler - generate DDL for different targets Templatization engine (for web, emails and not only textual content) NFX.WAVE - Web Server with hybrid injectable threading model (replaces IIS + ASP.NET) NFX.WAVE.Mvc - MVC framework for web pages WV.js - a web component library auto-bindable to server MVC/MVVM Database access layer with virtual commands/queries/transactions ID generation - GlobalDistributed IDS (GDID), FID - fast process-wide ID Virtual Social Network - Twitter/Facebook/Google+ et al Virtual Payment Processing - Stripe,PayPal providers Virtual File Systems - AmazonS3, SVN, Local QR Code Creation In progress: Virtual document model with rendering to PDF, HTML and other formats In Progress: PDF DOM model + rendering
To record your web application visit history and api request history! How to use it: 0. dependance:EF,JQuery,Bootstrap 1. Open your web root(ex: asp.net mvc is open Global.asax.cs) 2. to add this code as bellow using LF.RequestSky; protected void Application_Start() { AreaRegistration.RegisterAllAreas(); FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters); RouteConfig.RegisterRoutes(RouteTable.Routes); BundleConfig.RegisterBundles(BundleTable.Bundles); RequestListenner listenner = new RequestListenner("your project namespace", "dbcontext name", "table schema"=dbo); var res = listenner.AddInAsync().Result; } void Application_EndRequest(object sender, EventArgs e) { var t = RequestListenner.AddRequestAsync(Request, Response); } 3. then you can get your datas from this link ---> http://your server/application name/RequestSky/ 1.1.0 ---> Add Request chart 1.1.2 ---> fix max json length 1.1.3 ---> fix big data request