-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathReadMe.txt
32 lines (26 loc) · 1.2 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
List of .NET standards and implementation frameworks currently supported by Rollbar.NET v1:
===========================================================================================
Moniker Preprocessor Symbol
--------------------------------------------------------
netstandard2.0 NETSTANDARD2_0
netcoreapp2.0 NETCOREAPP2_0
net45 NET45
net471 NET471
net47 NET47
net462 NET462
net461 NET461
net46 NET46
net452 NET452
net451 NET451
net45 NET45
RESOURCES:
======================
Complete list of Target Framework Monikers and corresponding preprocessor symbols:
https://docs.microsoft.com/en-us/dotnet/standard/frameworks
Also see:
https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-standard-2-0/
regarding UWP support via netstandard2.0 later this year.
We dropped usage of the StyleCop NuGet package since it is not compatible
with .NetCoreApp2.0 platform and causes some build warnings.
Instead, use SyleCop Visual Studio Extension:
https://marketplace.visualstudio.com/items?itemName=ChrisDahlberg.StyleCop