You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the past few weeks, I've been experiencing a build problem that only occurs on my Azure DevOps pipeline.
Here are the project characteristics:
Xamarin iOS / Android (not Forms or MAUI).
.NET 8.0.204
Azure Pipeline images: macos-13 or macos-14
The error I encounter is only on Azure; locally on my machine, running the same dotnet build command works fine.
I get this error for all versions greater than or equal to ReactiveUI 19.5.41.
Error CS0246: The type or namespace name 'ReactiveViewController<>' could not be found (are you missing a using directive or an assembly reference?)
This is only happening on iOS, Android works fine.
Do you know what might have changed between version 19.5.39 (working) and version 19.5.41?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
For the past few weeks, I've been experiencing a build problem that only occurs on my Azure DevOps pipeline.
Here are the project characteristics:
The error I encounter is only on Azure; locally on my machine, running the same
dotnet build
command works fine.I get this error for all versions greater than or equal to ReactiveUI 19.5.41.
Error CS0246: The type or namespace name 'ReactiveViewController<>' could not be found (are you missing a using directive or an assembly reference?)
This is only happening on iOS, Android works fine.
Do you know what might have changed between version 19.5.39 (working) and version 19.5.41?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions