You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,11 @@
27
27
Check out [samples](samples) and [docs](docs)
28
28
29
29
### Requirements
30
-
-**.NetCore runtime 2.1.6+**installed on your machine _(your projects can be anything that can reference netstandard2.0)_
31
-
- (_semi-optional_) **Nuget 5.0+** for _transient build_ feature. All modern versions of VS and dotnetsdk have it. _(If you still use project.json for some reason - make sure you add AspectInjector to all projects in the solution)_
30
+
-(_semi-optional_) **Nuget 5.0+**for _transient build_ feature. All modern versions of VS and dotnetsdk have it.
31
+
_(If you still use project.json for some reason - make sure you add AspectInjector to all projects in the solution)_
32
32
- (_optional_) For analyzers to work in VSCode, don't forget to enable ```"omnisharp.enableRoslynAnalyzers": true```
33
33
34
34
### Known Issues / Limitations
35
-
- 'Edit and Continue' feature in VS is not working at the moment with .netcore3+ [#138](https://github.com/pamidur/aspect-injector/issues/138)
36
35
- Unsafe methods are not supported and are silently ignored.
0 commit comments