Questions tagged [multitargeting]
115 questions
0
votes
1 answer
Vuforia AR object is flickering on eyewear but not on phone
I'm trying to get an object to show up with Vuforia in Unity by using a multi target object.
So far this works, but only on my Android phone, but not on the AR glasses.
On the AR glasses, it shows up as this:
It's flickering a lot.
I tried changing…

Hans Lung
- 11
- 3
0
votes
0 answers
How can I adjust settings for AR so a object fully appears inside a multi target object?
I've recently made a box in real life that I 3D-scanned and created a multi target with in Vuforia.
Now I want a game object to be shown when I point my camera at the box (in this case a tea pot).
It works, but it only shows the parts of the tea pot…

Hans Lung
- 11
- 3
0
votes
1 answer
How to use GitVersion.Msbuild version 5.10.3 and GitVersion.Msbuild version 5.10.2 in the same solution
I have a solution that has two class libraries lets say A.csproj and B.csproj. Library A is in .NET Framework 4.8 and library B is in .netstandard2.0. A is using GitVersion.Msbuild 5.10.3 and if I try to use the same package version for library B…

devatwork
- 23
- 1
- 6
0
votes
1 answer
.net-Framework - trouble creating Multi-target framework (MTF) library .netstandard21 / .net60 on Jenkins CI
task: upgrade services from .netcore31 to .net6
the idea: creating MTF-libraries referencing net6 and (netcore31 or netstandard21)
how: jenkins, docker on linux
Dockerfile
FROM mcr.microsoft.com/dotnet/sdk:6.0 as build
copy…

cortadillo0815
- 39
- 4
0
votes
0 answers
Storing and working with multi-output Tasks in mlr3
I have a multitarget regression problem and would like to include such a task/ learner in my mlr3 pipeline.
The only information I could find on this topic in the mlr3 information was this on GitHub: https://github.com/mlr-org/mlr3multioutput
Is…

Ana
- 115
- 6
0
votes
1 answer
Multi-targetted Library (monoandroid, xamarinios) issue with System.ComponentModel.DataAnnotations
I'm converting a (working) .netstandard library project into a multi-targetted project that will target:
netstandard2.1;xamarinios10;monoandroid10.0;monoandroid12.0;
I'm having issues with the…

Paul Charlton
- 371
- 2
- 10
0
votes
1 answer
Is Multilingual App Toolkit compatible with multi target framework?
I'm trying to use MAT with a package I'm building (in C#).
I can enable MAT when my package targets only one framework (for exemple .NET core 3.1)
netcoreapp3.1
…

Crusty Applesniffer
- 96
- 11
0
votes
1 answer
Xamarin Multiple framework target
Good morning
I am building package for Xamrin.Forms. I follow how its done by James Montenango
Here are some important pieces of my .csproj
netstandard2.0;MonoAndroid10.0;Xamarin.iOS10

miechooy
- 3,178
- 12
- 34
- 59
0
votes
0 answers
Multi-targetting .Net not compiling dependencies / projects
I have a Class Library, let's call it BO, that is set for multi-targeted frameworks.
net40;net5.0
This "BO" has a net5.0 Projects Dependency / Reference to another Class Library, let's call it DA, that is .NET…

goroth
- 2,510
- 5
- 35
- 66
0
votes
0 answers
Setting TargetFramework=net472 Still gives error "Could not load file or assembly 'netstandard, Version=2.1.0.0"
I have multi project solution that includes an ASP.NET Web API project and all projects were originally built in >NET Framework 4.7.2. One of the class library projects in the solution I changed to a multi…

Tamer Rifai
- 169
- 2
- 14
0
votes
1 answer
Adding a reference for specific platform on multi-platform project
Trying to figure out to use System.Diagnostics.EventLog in a multi-target project. The targets are:
.NET 5
.NET Framework 4.8
I have 3 projects in my solution and everything works fine on the 2 others.
The one raising up problems is referencing…

MensSana
- 521
- 1
- 5
- 16
0
votes
1 answer
How to implement multi-targeting inside a solution?
We have a solution that contains both a Net 5 WPF application and a .Net Framework 4.7.1 class library that contains Com visible classes. This dll will be registered using regasm.exe to be used from an application developed in Visual Basic 6 (yes,…

Dabblernl
- 15,831
- 18
- 96
- 148
0
votes
1 answer
Xamarin Forms Customer Control Library
I need to create a reusable Xamarin Forms control that will be used in two separate projects. It does require custom renderers for IOS and Android. The problem is I cannot figure our what kind of project to use to create a reusable custom control…

Christopher James Woods
- 279
- 1
- 2
- 9
0
votes
0 answers
Using $(OutputPath) in a multitarget build?
What is the canonical way now to write a custom Target in an sdk-style project to perform operations on files in $(OutputPath) in the context of a multitargeted build? I'm trying to multitarget our build for a migration to net5 and am surprised how…

Dan Quirk
- 21
- 2
0
votes
0 answers
DMatrix in MultiOutput XGBoost Regressor
I am trying to convert a hyperparameter tuning algorithm to a MultiOutput regression setup, can someone please help me create DMatrix for the same. Here is the code for reference:
def modelfit(alg, dtrain, predictors, useTrainCV=True, cv_folds=5,…

Nikita Agrawal
- 51
- 7