-
1. Create an asp.net core app on Full Framework
2. R-click, Add Reference. Notice the choices available:
![image](https://cloud.githubusercontent.com/assets/1553785/23281355/ce6000b8-f9d1-11e6-861d-…
-
While using VS Code,
I develop multiple framework libraries.
net452;net461;netstandard2.0
I needed handle multiple framework with #if, #elif, #else, and #endif Directives. While developing net…
-
Persistence actor that is created with a custom priority mailbox replies the first persisted event only.
Please see a simple in-memory issue reproduction here:
https://github.com/ashapka/Akka.net-…
-
I had successfully implemented SlowCheetah for my app.config and appsettings.json files. For some reason I can't build the project anymore since I'm getting multiple errors related to app.config tasks…
-
Hello there.
I have tried to contribute for adding some extensions (ex: NpgsqlHandler, MysqlHandler, Entity Framework Support). But The solution failed to build because of .net framework version.
…
-
I'd like to generate swagger file and client code from .NET core assemblies.
Any plan to support it?
Currently I'm getting the following error running it against a .NET core app targeting `net452`:
…
fleed updated
7 years ago
-
### What happened?
Installing BepInEx causes the error: Could not create SSL/TLS secure channel
Removing/Not starting the application with BepInEx works just fine.
It works on my personal compute…
-
#### Analyzer package
PublicApiAnalyzers
#### Package Version
v3.0.0
#### Repro steps
I have a project that targets multiple framework versions (for example: net452, net461, netstandard…
-
**DocFX Version Used**: 2.28.2
**Steps to Reproduce**:
I am combining two C# projects into a single web site, so I use the following `docfx.json`,
```
{
"metadata": [
{
"src": […
-
Imaging there're two projects, `Primary` and `Primary.Child`:
```xml
net452;netstandard2.0
```
```xml
net452;net472;netcoreapp2.1
…