RestBus icon indicating copy to clipboard operation
RestBus copied to clipboard

Easy, Service Oriented, Asynchronous Messaging and Queueing for .NET

Results 16 RestBus issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [ServiceStack](https://github.com/ServiceStack/ServiceStack) from 3.9.71 to 5.9.2. Release notes Sourced from ServiceStack's releases. v5.9.2 No release notes provided. v5.9 v5.9 Release Notes v5.8 v5.8 Release Notes v5.7 v5.7 Release Notes v5.6...

dependencies

Hello, On `await restBusClient.GetAsync(uri, requestOptions);` , I'm getting an error stating 'An error occurred while reading the response.' I debugged on this error and it seems like on [Line 62](https://github.com/tenor/RestBus/blob/master/src/Common/RestBus.Common/Http/HttpHelpers.cs#L62)...

do we have drag & drop and Filtering option available ?

Returning Created("http://localhost/test", logRequest.MasterLoggingId); successfully returns a 201 with the correct body. However, return CreatedAtRoute("DefaultApi", new { id = logRequest.MasterLoggingId }, logRequest.MasterLoggingId ); causes an Internal server error. any combination of...

PM> Install-Package RestBus.Common GET https://api.nuget.org/v3/registration1-gz/restbus.common/index.json id='System.Runtime.Serialization.Formatters' 178ms OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/index.json 378ms GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/index.json 560ms GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/4.3.0-preview1-24530-04/system.runtime.serialization.formatters.4.3.0-preview1-24530-04.nupkg OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg 553ms OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/4.3.0-preview1-24530-04/system.runtime.serialization.formatters.4.3.0-preview1-24530-04.nupkg 566ms Install-Package : Package RestBus.Common 0.6.3 is not...

Hi, I don't see any way to use custom credentials in order to connect with Rabbitmq server. In the real case, I notice that current credentials used in this APIs...