-
I create a stateless asp.net core service and want to enable https endpoint for it. All samples I found are for WebListenerCommunicationListener. Since default asp.net core template in VS2017 is usin…
-
## Background and Motivation
On AspNetCore, when you need to access the `HttpContext` in a "service" class, you use an `IHttpContextAccessor` to get the thread-safe instance of the `HttpContext` us…
-
### Description
I have an asp.net core application with a self-hosted IdentityServer component. I can convince a browser (Chrome and Firefox) to visit the site, but I'm having trouble getting the Ide…
-
### Background and motivation
ASP.NET Core has middleware to support JWT authentication, however, it expects the token to be supplied in a `Authorization: Bearer ` header. By default it doesn't wor…
-
*The exception `System.AccessViolationException` is thrown when trying to convert an ifc file to wexbim*
#### Assemblies and versions affected:
```xml
```
```ps1
SDK do .NET (refletin…
-
I have a number of WebForms sites which are not pre-compiled, targeting 4.5, which have been working for years.
The site references a class library which includes a custom `ToHashSet` extension met…
-
- [x] Bug
**Version of ClosedXML**
0.94.2
**What is the current behavior?**
ASP .NET Core Web API hosted on AWS Lambda using ClosedXML to create an Excel file fails with an exception:
###…
-
Hi!
I'm trying to use the `NSwag.ApiDescription.Client` to generate a C# client using "ServiceProjectReference" (as described here https://github.com/RicoSuter/NSwag/wiki/ServiceProjectReference) but…
-
# Bug
Very often I see the log turned to black after an update. It only redraws the screen after using the scroll bar.
- LogExpert Version 1.6.7
- Windows Version 10
- Local File
- Used Colum…
-
## Description
I'm wondering if it's possible to limit the query based on all matches only. In other words, using an AND operator for each term in the query.
## Steps to reproduce
I have a da…