acarrazzoni-qontigo
acarrazzoni-qontigo
CC#
Created by acarrazzoni-qontigo on 10/14/2024 in #help
✅ How do I pin both NET 8 and NET 6 sdk versions in global.json?
hi everyone! if I pin the 8.0.204 sdk in global.json for some reason it wants to pull version 6.0.35 of the Microsoft.NETCore.App.Ref nuget package. is there a way to pin both the 8.0.x and 6.0.x versions of those nuget packages? at my company we are using internal nuget repositories and we don't have a way to pull those internal SDK nuget packages automatically
42 replies
CC#
Created by acarrazzoni-qontigo on 7/16/2024 in #help
How to pin Microsoft.NETCore.App.Ref version
How can I pin the version of Microsoft.NETCore.App.Ref that is used when I build a project that references the ASP.NET framework? At my company we don't use nuget.org and I don't want to add a new version of this nuget package every time a new version of .NET is released.
8 replies
CC#
Created by acarrazzoni-qontigo on 4/4/2024 in #help
ServiceFabric DataContract exception serialization and ServiceProxy.Create
I am following these instructions to switch all of my Service Fabric services to use the DataContract serializer: https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-exception-serialization My question is: what should I do with calls to ServiceProxy.Create ? do they need to be replaced with something else? What about the FabricTransportActorRemotingProviderAttribute on my Service Fabric services? It seems like when Service Fabric creates listeners and proxies automatically using this attribute they have the ExceptionSerializationTechnique property set to BinaryFormatter
1 replies