-
SELECT Id, Message, LogLevel AS `Level`, TimeStamp, Exception, Properties From
must be
SELECT Id, Message, Level, TimeStamp, Exception, Properties From
-
If you are reporting bug/issue, please provide detailed Repro instructions.
## Repro Steps
1. Download [TestAppInsightsDependencyTelemetry.zip](https://github.com/Microsoft/ApplicationInsights-dot…
-
I've tried to implement a client in an aspnetcore project. There are a number of test projects that require the aspnetcore testing host, and this in turn requires DependencyInjection v2.0.0
So...…
-
Try to run app and get exception:
> v4.0.30319
> System.EntryPointNotFoundException
> в Avalonia.Win32.Interop.UnmanagedMethods.SetProcessDpiAwareness(PROCESS_DPI_AWARENESS)
> в Avalonia.Win32.W…
-
the platform support is different
- https://www.nuget.org/packages/NLog.Extensions.logging
- **does** support .NET Standard 1.3/1.5 and .NET 4.51/4.6
- https://www.nuget.org/packages/NLog.Extens…
-
The Example1 doesn't work:
```
model.SaveAsWavefront("mesh.obj");
model.SaveGLB("mesh.glb");
model.SaveGLTF("mesh.gltf");
```
The `SaveAsWavefront` method d…
-
-
My test project is referencing to MSBuild.Sdk.SqlProj/1.9.0-sdk-based project.
Unfortunately the test project can not be built because of error below:
```Database.dacpac' could not be opened -- A…
-
This is the 2nd alternative to .Net XmLSerializer I am trying out.
All I need is get my POCO serialized to simple plain XML without Namespace and other overhead.
I am shocked by the many dependencie…
-
Steps to reproduce:
- Create a new Web application
- Add a breakpoint in `Index.cshtml`
![image](https://user-images.githubusercontent.com/1579269/27502798-9c4785d4-582b-11e7-969b-2aa2f4bcf016.png)…