orleans
Here are 122 public repositories matching this topic...
Which project template is the issue about?
API
...
Which version of the project template is the issue about?
...
Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...
If you call the API with a client and you set Accept to application/json
it is completely ignored and you will ALWAYS get application/vnd.restful+json
back.
Is this desired?
-
Updated
Jul 9, 2020 - C#
-
Updated
Jul 9, 2020 - C#
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 7, 2020 - C#
-
Updated
Jun 29, 2020 - C#
Versioning on CRDs
As we plan to enhance CRDs with features and to avoid breaking changes to actually break things, we should use version
fields of all CRDs inside the codebase to control at which version some features would be enabled or not.
An example of some enhancements I envision are:
- Automatic health report/check
- Placement constraints + heterogeneous clusters
- Metadata
ASP.Net Controllers has the ability to read [ProducesResponseType]
and generate swagger.json which is used to renger Swagger documentation pages.
To support that Json generation we need:
- Add attributes that mimic that behaviour without having the MVC dependency
- Extend Swashbuckle package (create
Swashbuckle.Orleans
?) to read from those attributes and generate the swagger.j
Currently the whole Dictionary<XName, InstanceValue>
in IWorkflowState
is serialized with NetDataContractSerializer
and zipped with GZipStream
. NetDataContractSerializer
uses XML format (XmlDictionaryWriter
). We should try to use Orleans or any other serializers.
NOTE: One of the special values in InstanceValue
is the ActivityExecutor
itself, and it's allegedly works only with
-
Updated
Jun 9, 2020 - C#
-
Updated
Jun 11, 2018 - C#
-
Updated
Mar 3, 2020 - C#
-
Updated
Feb 25, 2020 - C#
It seems as if there are methods being used by Orleans.CosmosDB that are no longer existing within the 2.x version of Microsoft.Azure.DocumentDB.Core. We should probably patch the nuget package to prevent folks from using v2.0, v2.1, or v2.2 of Microsoft.Azure.DocumentDB.Core. As a subsequent patch, this library should go to v2.0.x and be upgraded to the v2.x Microsoft.Azure.DocumentDB.Core.
-
Updated
Mar 2, 2020 - C#
-
Updated
Mar 24, 2017
-
Updated
Mar 21, 2019 - C#
-
Updated
Apr 19, 2015 - C#
Improve this page
Add a description, image, and links to the orleans topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orleans topic, visit your repo's landing page and select "manage topics."
There is a document on the subject, but it's lacking in a few ways: