Raman Maksimchuk

Results 14 issues of Raman Maksimchuk

### Discussed in https://github.com/ThreeMammals/Ocelot/discussions/1804 Originally posted by **ks1990cn** November 24, 2023 Hi @raman-m @ggnaegi / Anyone , Can you please help me to resolve error mentioned in title? I've created...

accepted
Service Discovery
2023
sample
Load Balancer

## Relates to #1377 #1689 Bug fixes: - #1377 - #1689 Initial issue in #1377: > Code review comment [on Sep 28](../pull/1377#pullrequestreview-1649078874) ## Expected Behavior / New Feature The [WebSocketsProxyMiddleware](../blob/develop/src/Ocelot/WebSockets/WebSocketsProxyMiddleware.cs#L14)...

feature
proposal
Websockets

## Fixes #954 #957 #1026 - #954 - #957 - #1026 ## Proposed Changes This PR introduces general customization options for the `Consul` provider, taking inspiration from the `Kube` provider...

bug
Service Discovery
Consul
Mar-Apr'24

## Introduction Typically, tasks (issues) should be created with comprehensive descriptions, but providing clear and detailed requirements can be challenging at times. Additionally, some small follow-up tasks, thoughts, or ideas...

## Follow up #2150 - #2150 ### Special chars in values of query strings A 3rd additional test case: ```diff - [InlineData("api/debug()")] // no query - [InlineData("api/debug%28%29")] // encoded debug()...

bug
Routing

Alongside the release of the [.NET 10 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) (aka `net10.0` TFM for .NET 10 [LTS](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#release-types)), the long-awaited major update of [Visual Studio 2026](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes) launched on [November 24, 2025](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes#november-update-1800). - The...

highest
DevOps
Core
NET10

>Milestone: [Summer-Autumn'25](https://github.com/ThreeMammals/Ocelot/milestone/9) ## Release Plan - [ ] Update packages for all projects, including [Ocelot.sln](https://github.com/ThreeMammals/Ocelot/blob/develop/Ocelot.sln), [Ocelot.Release.sln](https://github.com/ThreeMammals/Ocelot/blob/develop/Ocelot.Release.sln) and [Ocelot.Samples.sln](https://github.com/ThreeMammals/Ocelot/blob/develop/samples/Ocelot.Samples.sln) solutions - [ ] Re-enable as many [skipped acceptance tests](https://github.com/search?q=repo%3AThreeMammals%2FOcelot+Fact%28Skip&type=code) as possible,...

in progress
release
highest
Summer'25

## Unit testing The [Ocelot.UnitTests](https://github.com/ThreeMammals/Ocelot/tree/develop/test/Ocelot.UnitTests) project currently references the [xunit](https://www.nuget.org/packages/xunit) package, which is actually [xUnit Core Framework v2](https://xunit.net/releases/#core-framework-v2) using an outdated project template. Ocelot's unit testing project was created 9...

help wanted
medium effort
low
DevOps
Core
NET10

A long time ago, in a distant kingdom, King Tom migrated micro-projects to this repository to adopt the [mono-repo release strategy](https://github.com/ThreeMammals/Ocelot/pull/734). However, the three [Ocelot pack projects](https://github.com/ThreeMammals/Ocelot/tree/develop/src) are no longer...

Caching
Tracing
NET10

The [Ocelot.Provider.Kubernetes](https://www.nuget.org/packages/Ocelot.Provider.Kubernetes/) package upgrade relies on the lifecycle of the [KubeClient](https://www.nuget.org/packages/KubeClient/) pack and its frameworks aka TFMs. The necessary collaboration is outlined and will be addressed [here](https://github.com/tintoy/dotnet-kube-client/issues/171). ## Predecessor -...

Service Discovery
Kubernetes
NET10