-
I have looked at the closed issue: "Office Automation in dotnet core - are there any plans for this"
https://github.com/dotnet/core/issues/409
I may have missed it but I can't find the answer to t…
guycs updated
4 years ago
-
Hi, first of all, thanks for the great work you've done with the project.
Is there any plan to include support for .net Core 2.0 ?
-
Hello,
I had a few questions about this project.
* Does this server support .NET core 2.1 nuget packages?
* Can I use it with basic authentication?
* How has the server worked for you so far?
…
-
Since I made the transition from net core 2.2 to net core 3 the pwa has not worked.
in the browser the manifest.webmanifest file and the serviceworker gives me 404.
to do the migration I used this…
-
https://dotnet.microsoft.com/en-us/download/dotnet/2.1 shows that net core 2.1 is EOL and unsupported, but `docs/Multitool.md` says is as a prerequisite.
The sarif.multitool I have uses netcoreapp3…
-
Is this compatible with .net core 2.0?
-
Цели:
1. Разобраться со структурой проекта
2. Components, Razor pages, tag helpers, web api.
-
Now that .Net Core 2.1 and VS 2017 preview 2 is out it would be very helpful if this package can be updated
Thanks!
-
Today we announce the availability of .NET Core 2.0.0 Preview .
* [Download](https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-preview2-download.md)
* [Getting Start…
-
Hi,
I'm trying to use tesseract in a .net core 2.0 project, so I tried this code (based on this library):
const string tessDataDir = @"tessdata";
const string imageDir = @"image.png";
using (var …