.net-standard-1.5 Questions
2
Solved
Is there any alternative to System.Web.Security.Membership.GeneratePassword in AspNetCore (netcoreapp1.0).
The easiest way would be to just use a Guid.NewGuid().ToString("n") which is long enough ...
Uremia asked 17/8, 2016 at 11:28
28
I am using Visual Studio 2017 and am trying to create a .Net Standard 1.5 library and use it in a .Net 4.6.2 nUnit test project.
I am getting the following error...
Could not load file or asse...
Pasto asked 13/3, 2017 at 1:22
2
Solved
I've some problem when using .net standard in .net framework 4.6.2 consoleapps.
I could reduce the problem to this:
Given:
I create a .net standard 1.5 client library vis vs 2017 with this single...
Gules asked 8/1, 2017 at 17:5
1
I want to share a project between a WPF (.NET 4.6) application and a .NET Core application. To do this I've made a .NET Standard library by making a portable library initially and converting it in ...
Arsenault asked 27/12, 2016 at 20:6
1
Solved
I created a portable class library and then targeted it at .NETStandard 1.5 from the project properties. I then created a second project with the exact same project settings, but added code to use ...
Rootless asked 5/1, 2017 at 13:16
0
I'm using .Net Standard 1.5 and want to read some values out of my config.
However the following line
ConfigurationManager.AppSettings["Foo"]
gives me the following compile time error:
CS7069...
Realize asked 11/11, 2016 at 15:34
2
Solved
Update: This refers to an obsolete set of .net core tools built around project.json, this question and its answers are of very limited utility in current .net core toolsets like Visual Studio 2017+...
Cronyism asked 5/7, 2016 at 14:36
1
© 2022 - 2024 — McMap. All rights reserved.