Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed Oct 11, 2019
1 parent c1d68f0 commit 98ec18e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Announcement
~~.NET Core 3.0 is supported now! Check out the new version: [1.1.7-beta1](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.1.7-beta1).~~
There is an issue in 1.1.7-beta1 to support .NET Core 3.0 blocking the Profiling to finish. We are investigating it.
The issue in 1.1.7-beta1 for .NET Core 3.0 has been fixed. Please update to [1.1.7-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.1.7-beta2).

## Description
This is the project home page for App Services Linux profiler. Our NuGet package can be found [here](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/).
Expand Down Expand Up @@ -130,7 +130,8 @@ You have been start to run the the WebApi with Profiler on.
| Application Insights Profiler | Windows | Linux |
|-------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------|
| 1.1.7-beta1 | Expreimental support for .NET Core App 2.2, 3.0 | Supported for .NET Core App 2.1, 2.2, 3.0 |
| [1.1.7-beta2](https://www.nuget.org/packages/Microsoft.ApplicationInsights.Profiler.AspNetCore/1.1.7-beta2) | Experimental support for .NET Core App 2.2, 3.0 | Supported for .NET Core App 2.1, 2.2, 3.0 |
| 1.1.7-beta1 | Experimental support for .NET Core App 2.2. | Supported for .NET Core App 2.1, 2.2 |
| 1.1.6-beta1 | Experimental support for .NET Core App 2.2. | Supported for .NET Core App 2.1, 2.2 |
| 1.1.5-beta2 | Experimental support for .NET Core App 2.2. | Supported for .NET Core App 2.1, 2.2 |
| 1.1.4-beta1 | Experimental support for .NET Core App 2.2. Trace tree in the trace explorer looks very noisy. | Supported for .NET Core App 2.1, 2.2 |
Expand All @@ -139,6 +140,7 @@ You have been start to run the the WebApi with Profiler on.
| 1.1.2-beta1 | Not supported. | Deprecated. |
| 1.0.0-beta1 | Not supported. | Deprecated. |
## Examples
* [Enable Service Profiler for containerized ASP.NET Core application](./examples/EnableServiceProfilerCLR2_1/README.md).
Expand Down

0 comments on commit 98ec18e

Please sign in to comment.