basic-reference-assemblies icon indicating copy to clipboard operation
basic-reference-assemblies copied to clipboard

Produce NuPkg files that have .NET Reference assemblies as resources

Results 11 basic-reference-assemblies issues
Sort by recently updated
recently updated
newest added

Generate for net70

Hello! This csproj file is referencing an older preview version (6.0.0-preview.7.21377.19) of the Microsoft.NETCore.App.Ref instead of the latest stable version (6.0.5). https://github.com/jaredpar/basic-reference-assemblies/blob/main/Basic.Reference.Assemblies.Net60/Basic.Reference.Assemblies.Net60.csproj https://www.nuget.org/packages/Microsoft.NETCore.App.Ref/6.0.5 Is that any particular reason that an...

Hello! First of, thank you for creating this awesome package. It solved some major headaches for me. May I suggest an improvement to WithReferenceAssembleis extension method? Currently, it is implemented...

Hello. I am using ```DependencyContext .Default .CompileLibraries``` to get references. which namespace in ```Microsoft.Extensions.DependencyModel```. It works(However, there are some fields or attributes whose metadata cannot be found during dynamic compilation)....

Heya! I was trying to move from the base package to the Basic.Reference.Assemblies.Net50 one, and had to change my code from using `Basic.Reference.Assemblies.ReferenceAssemblies.Net50` to `Basic.Reference.Assemblies.Net50.All`. It's not a big deal,...

bug

Hello! I'm using net5, and I'm trying to compile some c# code at runtime that depends on assemblies prebuilt from the cmd line with msbuild. It works great, but I'm...

Will there be an update that targets the final .NET 8 release in the near future?

Name speaks for itself, I would like to use this library to add references to asp.net related packages into my inmemory compilation. These would be the contents of https://www.nuget.org/packages/Microsoft.AspNetCore.App.Ref

Hello Jared, First I just want to say thank you for creating this project. It has been a big help! I have a couple of non-framework assemblies that my scripts...

I have a project which uses `ReferenceAssemblyKind.Net50`. In the current version it was removed (e.g. to remove the binary size...) - how should users query for net5.0?