.net-standard-1.4 Questions

18

Solved

I have a .NET Standard 1.4 class library that references the System.ComponentModel.Annotations (4.3.0) NuGet package. I'm then referencing this class library from a .NET Framework 4.6.2 test proje...
Individualist asked 18/5, 2017 at 16:25

4

Solved

I'm trying to use System.Security.Cryptography.RNGCryptoServiceProvider class in my .NET Standard 1.4 library and according to this topic my code looks like this: private byte[] GenerateRandomNum...
Robison asked 5/9, 2017 at 9:43

4

Background I have several C# code libraries which I recently converted to target .NET Standard 1.4, for use in a Xamarin Forms project as well as many legacy .NET Framework 4.6.1 projects. I init...
Amphetamine asked 21/7, 2017 at 18:38

1

I have a Xamarin Android project, and I am trying to add a reference to my own netstandard1.4 class library. When I add the reference, my Android application will no longer build. I get error MSB40...
1

© 2022 - 2024 — McMap. All rights reserved.