Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
monkeyclass
/
AsyncAPI.NET
Public
forked from
LEGO/AsyncAPI.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
AsyncAPI.NET
src
LEGO.AsyncAPI
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2024
chore(deps): bump System.Text.Json from 8.0.2 to 8.0.4 in /src/LEGO.AsyncAPI (#189)
Show description for 129622a
dependabot[bot]
and
VisualBean
authored
129622a
View commit details
Copy full SHA for 129622a
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
fix: add missing walk and visit methods for bindings. (#191)
VisualBean
authored
b8307c5
View commit details
Copy full SHA for b8307c5
View code at this point
Browse repository at this point
refactor: improve bindings TryGetValue (#190)
VisualBean
authored
a554e41
View commit details
Copy full SHA for a554e41
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
fix: correct typing of exclusive maximums and minimums for draft7 jso… (#188)
dpwdec
authored
fb50d00
View commit details
Copy full SHA for fb50d00
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
fix: resolving wrong reference (#180)
VisualBean
authored
47685cd
View commit details
Copy full SHA for 47685cd
View code at this point
Browse repository at this point
Commits on May 28, 2024
ci: add logo to NuGet package (#173)
VisualBean
authored
c27cdd5
View commit details
Copy full SHA for c27cdd5
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
chore: null check for Serialize<T> (#165)
VisualBean
authored
f3bff4a
View commit details
Copy full SHA for f3bff4a
View code at this point
Browse repository at this point
feat: add cultureinfo to reader/writer settings. (#152)
Show description for 0199420
ByronMayne
and
VisualBean
authored
0199420
View commit details
Copy full SHA for 0199420
View code at this point
Browse repository at this point
chore: add net 6 as TFM to make STJ conditional (#163)
thompson-tomo
authored
efcf8f0
View commit details
Copy full SHA for efcf8f0
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
chore: fix warnings (#157)
VisualBean
authored
6169554
View commit details
Copy full SHA for 6169554
View code at this point
Browse repository at this point
refactor: remove unused expressions (#155)
VisualBean
authored
ee91a56
View commit details
Copy full SHA for ee91a56
View code at this point
Browse repository at this point
chore: add TryGetValue extensions for bindings (#156)
VisualBean
authored
581f680
View commit details
Copy full SHA for 581f680
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
feat: targetframework to netstandard2.0 (#150)
ByronMayne
authored
9291da6
View commit details
Copy full SHA for 9291da6
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
feat: improve AsyncApiAny api surface.
Show description for 9063f4e
VisualBean
committed
9063f4e
View commit details
Copy full SHA for 9063f4e
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
fix: updated topic configuration data types
gokerakc
authored and
VisualBean
committed
eace86d
View commit details
Copy full SHA for eace86d
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
feat: added new topic configuration properties
gokerakc
authored and
VisualBean
committed
4a6c6a8
View commit details
Copy full SHA for 4a6c6a8
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
cyclic reference fixes
VisualBean
committed
67bc6c2
View commit details
Copy full SHA for 67bc6c2
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
feat: allow non-component references (#132)
VisualBean
authored
71fe571
View commit details
Copy full SHA for 71fe571
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
fix: patternProperties should also be walked as a reference (#133)
VisualBean
authored
dc544f1
View commit details
Copy full SHA for dc544f1
View code at this point
Browse repository at this point
Commits on Sep 15, 2023
feat(serialization)!: migrate from YamlDotnet to System.Text.Json (#125)
VisualBean
authored
a0c6d7f
View commit details
Copy full SHA for a0c6d7f
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
fix: add missing properties to json schema (#124)
VisualBean
authored
adcd017
View commit details
Copy full SHA for adcd017
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
fix: add ability to have 'false' as the value for 'additionalproperties' (#118)
Show description for 9e4867f
VisualBean
and
UlrikSandberg
authored
9e4867f
View commit details
Copy full SHA for 9e4867f
View code at this point
Browse repository at this point
Commits on Jun 12, 2023
Merge remote-tracking branch 'origin/main' into main
VisualBean
committed
43fdf9c
View commit details
Copy full SHA for 43fdf9c
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
feat(bindings): add SQS AWS Bindings (#113)
Show description for 4a93c7a
5 people
authored
4a93c7a
View commit details
Copy full SHA for 4a93c7a
View code at this point
Browse repository at this point
refactor: fix lots of warnings
VisualBean
committed
df36b0a
View commit details
Copy full SHA for df36b0a
View code at this point
Browse repository at this point
Commits on Jun 7, 2023
feat(JsonSchema)!: type as flag rather than list (#115)
Show description for d44efb0
VisualBean
committed
d44efb0
View commit details
Copy full SHA for d44efb0
View code at this point
Browse repository at this point
feat(JsonSchema)!: changed out decimal for double to allow for bigger numbers
Show description for ab00976
VisualBean
committed
ab00976
View commit details
Copy full SHA for ab00976
View code at this point
Browse repository at this point
feat(Bindings)!: separate bindings and allow for custom bindings. (#107)
Show description for d38c33f
VisualBean
committed
d38c33f
View commit details
Copy full SHA for d38c33f
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
fix: fixed typo in AsyncApiConstants.cs (#101)
VisualBean
authored
146ee71
View commit details
Copy full SHA for 146ee71
View code at this point
Browse repository at this point
Commits on Mar 1, 2023
fix: make optional properties of bindings nullable (#89)
Show description for 499cf64
ullebe1
and
VisualBean
authored
499cf64
View commit details
Copy full SHA for 499cf64
View code at this point
Browse repository at this point
Commits on Feb 27, 2023
ci: fix README.md reference
VisualBean
committed
81261ad
View commit details
Copy full SHA for 81261ad
View code at this point
Browse repository at this point
feat!: add basic [REQUIRED] validation rules (#96)
Show description for 4e6fa07
VisualBean
committed
4e6fa07
View commit details
Copy full SHA for 4e6fa07
View code at this point
Browse repository at this point
Commits on Feb 24, 2023
refactor: move to YamlDotnet (#97)
VisualBean
authored
4a83cc9
View commit details
Copy full SHA for 4a83cc9
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
chore: add readme to the asyncapi package (#95)
VisualBean
authored
b9920dd
View commit details
Copy full SHA for b9920dd
View code at this point
Browse repository at this point
fix: payload schema reference resolution (#94)
VisualBean
authored
70d4c23
View commit details
Copy full SHA for 70d4c23
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.