Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
160 questions
Filter by
Sorted by
Tagged with
0votes
0answers
36views

I am configuring my app to have different targets like Staging and Production so I can switch configuration on one go from staging to production and visa versa.I created different targets and ...
1vote
1answer
63views

I have a C# library that I want to publish on Nuget. Currently it only builds if I target net8.0-windows because it has <UseWindowsForms>true</UseWindowsForms>.However, it uses Windows ...
0votes
1answer
188views

Part of the control having TextBox as the base classpublic override string Text{ get => _labelText; set // <===== { _labelText = value!; Invalidate(); }}I ...
-1votes
2answers
50views

I have a class library targetting both net481 and net8.0I installed visual studio 2022 on the agent server in order to build the net 8.0 version of the project.Now i get following error(s):CSC : ...
0votes
1answer
81views

I changed a few libraries to multi target net481;net8.0. This all builds perfectly on my local visual studio, also no runtime errors.However when building this through our on prem team foundation ...
1vote
0answers
38views

I have a C# solution with different projects and TargetFrameworks.Library (net48 only)Library.Core (net8.0 only)MultiTargetLibrary1 (net48 and net8.0-windows multitarget <TargetFrameworks>...
koalabruder's user avatar
0votes
0answers
131views

Is there a proper way to enable Unit-Testing for .NET MAUI (class library) Projects,that actually implement platform specific code (multi-targeting)?In our case we have a .NET MAUI application, ...
0votes
0answers
140views

I'm unable to use MSBuild tasks from referenced NuGet packages in the outer build of a multi-targeting project. The tasks run fine in the inner build (DispatchToInnerBuilds). I need to set some ...
Rob Smyth's user avatar
0votes
1answer
168views

I have a project which is targeting both net472 and netstandard2.0 and this has conditional package references and conditional code.If I compile this locally completes with no errors and also if I ...
0votes
1answer
456views

I'm testing with xunit on multiple frameworks (.Net 8 & .Net Core 3.1). The problem is that it keeps auto-generating this GlobalUsings file in my obj folder:// <auto-generated/>global ...
0votes
1answer
168views

I have a library that targets multiple frameworks, one of which is .Net 8 and one of which is .Net Standard 2.1. Some functions aren't included in the older framework, so I write my own version for it....
0votes
0answers
227views

We're trying to gradually transition projects from .NET 4x to .NET 8.We've got some dependencies that are windows-only. So, to target newer .net versions we have to use the net8.0-windows target ...
0votes
0answers
321views

I have a .net6 sdk project that I need to upgrade to .net8 for some new functionality. It has some shared project libraries with other projects that are still .net6.Project A includes Project B which ...
0votes
0answers
109views

Compatibility Issues with .net framework Nuget codeWe have an WEB API application which is written in VB.Net and running on .net framework 4.6.1.The goal is to rewrite this into .Net 8 with c# and ...
2votes
3answers
491views

I'm working with a solution containing over 50 projects targeting both .NET Framework 4.8 and .NET 7 (Windows only). I've encountered an issue where the compiler provides syntax suggestions that are ...
saastn's user avatar
  • 6,160

153050per page
1
2345
11

Hot Network Questions

more hot questions
Newest multitargeting questions feed

[8]ページ先頭

©2009-2025 Movatter.jp