Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding .NET signatures to FDC3 documentation #1108

Merged
merged 30 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
edd0740
Adding tabs throughout API spec for .NET ignatures, moving supported …
kriswest Nov 15, 2023
d011cf6
Adding .NET tabs to API spec page
kriswest Nov 15, 2023
045224a
Add csharp language support to documentation theme
bingenito Nov 16, 2023
18eaf13
Add C# usage docs for DesktopAgent
bingenito Nov 28, 2023
bbd1af5
Add C# usage docs for Channel
bingenito Nov 28, 2023
374eece
Add C# usage docs for PrivateChannel
bingenito Nov 28, 2023
4431206
Add C# usage docs for Errors
bingenito Nov 30, 2023
9e314fd
Add C# usage docs for Types
bingenito Dec 4, 2023
642980c
Add c# usage docs for Metadata
bingenito Dec 4, 2023
cd4d755
Add C# usage docs for spec
bingenito Dec 4, 2023
65aca0b
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Apr 15, 2024
ed67740
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest May 13, 2024
f5e270c
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest May 14, 2024
18812cc
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Jul 1, 2024
eba8b0b
Initial barebones .NET getting started
bingenito Jul 12, 2024
07c7890
Merge branch 'DOTNET-FDC3-signatures' of https://github.com/finos/FDC…
bingenito Jul 12, 2024
dccfe0f
Remote commented out documentation placeholder
bingenito Jul 12, 2024
34e6fb1
Fix spelling
bingenito Jul 12, 2024
96c302b
Add lang tab for addEventListener. Omit .NET as it is not supported.
bingenito Jul 12, 2024
67c0c37
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Jul 23, 2024
999295d
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Jul 31, 2024
9e4d864
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Aug 21, 2024
a5a9e94
Add tab mentioning not implemented for obsolete/experiemental members
bingenito Aug 21, 2024
092a022
Wrap 'Not implemented' in code block to improve readability
bingenito Aug 21, 2024
6ed7da5
Update csharp not implemented to comment style
bingenito Aug 21, 2024
e978f6b
Add padding around csharp example
bingenito Aug 21, 2024
6797823
Remove formatting
bingenito Aug 22, 2024
2cde938
Changelog
kriswest Aug 22, 2024
a24983c
Changelog correction
kriswest Aug 23, 2024
7425e83
Merge branch 'main' into DOTNET-FDC3-signatures
kriswest Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

* Added clarification that `id` field values SHOULD always be strings to context schema definition (a restriction that can't easily be represented in the generated types). ([#1149](https://github.com/finos/FDC3/pull/1149))
* Added requirement that Standard versions SHOULD avoid the use unions in context and API definitions wherever possible as these can be hard to replicate and MUST avoid unions of primitive types as these can be impossible to replicate in other languages. ([#120](https://github.com/finos/FDC3/pull/1200))
* Added reference materials and supported platforms information for FDC3 in .NET via the [finos/fdc3-dotnet](https://github.com/finos/fdc3-dotnet) project. ([#1108](https://github.com/finos/FDC3/pull/1108))

### Changed

* The supported platforms page in the FDC3 documentation was moved into the API section as the information it provides all relates to FDC3 Desktop Agent API implementations. ([#1108](https://github.com/finos/FDC3/pull/1108))

### Deprecated

* Made `IntentMetadata.displayName` optional as it is deprecated. ([#1280](https://github.com/finos/FDC3/pull/1280))
Expand Down
Loading