FpsHelper error
#21216
Replies: 3 comments 3 replies
-
even if i create a new project and run it ... runs but doesnt show anything |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you for your email..
Unfortunately the problem persists, I have 4 machines , it runs on 2 of
them, but 2 it does not with the fpshelper error.
I really like uno platform and want to continue using it, but I keep
running into system errors like this.. it wastes a lot of time.
…On Tue, 12 Aug 2025, 11:30 pm Jérôme Laban, ***@***.***> wrote:
Thanks for the report. This error is generally related to this particular
behavior
<https://platform.uno/docs/articles/common-issues-wasm.html#webassembly-dllimport-unable-to-load-library-libskiasharp>.
Let us know if this helps.
—
Reply to this email directly, view it on GitHub
<#21216 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6WLM6PASXJI4F67FVRJAOL3NHT5RAVCNFSM6AAAAACDK2BSNSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBYGI3TINA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Jerome,
I created a new solution with a test application and library, simulating my
solution and it worked. So I then created a new solution and projects and
imported all of the existing code. This worked but not the best to have to
do this I didn�t think. It had to be something to do with the solution,
other wise why would the same code work in a new solution?
Now I have a new problem, where it runs under debug fine, But when I publish
the application, the publish directory is empty? There is no error message
and the publish screen indicates it went OK as the message is green and it
says Publish succeeded.
Build started at 10:16 AM...
1>------ Build started: Project: nexus.common, Configuration: Release Any
CPU ------
2>------ Build started: Project: nexus.common.chart, Configuration: Release
Any CPU ------
3>------ Build started: Project: nexus.shared.common, Configuration: Release
Any CPU ------
4>------ Build started: Project: nexus.shared.gaming, Configuration: Release
Any CPU ------
5>------ Build started: Project: nexus.plugins.floor, Configuration: Release
Any CPU ------
5>C:\Users\nexus\.nuget\packages\uno.sdk\6.1.23\targets\Uno.Sdk.After.target
s(103,3): warning UNOB0010: The browserwasm TargetFramework must not be
placed first in the TargetFrameworks property in order for HotReload to work
properly. (See https://aka.platform.uno/UNOB0010)
5>C:\Users\nexus\.nuget\packages\uno.sdk\6.1.23\targets\Uno.Sdk.After.target
s(103,3): warning UNOB0010: The browserwasm TargetFramework must not be
placed first in the TargetFrameworks property in order for HotReload to work
properly. (See https://aka.platform.uno/UNOB0010)
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(55,25,55,29): warning CS0109: The member
'Player.Load(int, string)' does not hide an accessible member. The new
keyword is not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(66,25,66,32): warning CS0109: The member
'Player.Process()' does not hide an accessible member. The new keyword is
not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(70,25,70,32): warning CS0109: The member
'Player.Execute(string, string)' does not hide an accessible member. The new
keyword is not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'DashBoard' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'Results' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'idleTimer' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(49,29,49,43): warning CS8604: Possible null
reference argument for parameter 'window' in 'void
MainUI.HookInputEvents(Window window)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(35,16,35,25): warning CS8618:
Non-nullable field '_pagingTimer' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the field
as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(35,16,35,25): warning CS8618:
Non-nullable field '_timer' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the field
as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(116,27,116,43): warning CS1998: This async method
lacks 'await' operators and will run synchronously. Consider using the
'await' operator to await non-blocking API calls, or 'await Task.Run(...)'
to do CPU-bound work on a background thread.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(160,66,160,79): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(161,66,161,78): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(214,29,214,43): warning CS8604: Possible null
reference argument for parameter 'window' in 'void
MainUI.HookInputEvents(Window window)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(224,13,224,30): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(155,33,155,46): warning CS8602:
Dereference of a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(221,36,221,52): warning CS8601: Possible
null reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(11,23,11,30): warning CS8618: Non-nullable
property 'BadgeNo' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(12,23,12,29): warning CS8618: Non-nullable
property 'Player' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(13,23,13,31): warning CS8618: Non-nullable
property 'GameName' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(14,23,14,27): warning CS8618: Non-nullable
property 'Tier' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(15,23,15,31): warning CS8618: Non-nullable
property 'PlayTime' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(16,23,16,33): warning CS8618: Non-nullable
property 'AverageBet' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the
property as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(32,30,32,42): warning CS8602: Dereference of
a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(45,36,45,42): warning CS8602: Dereference of
a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(45,36,45,47): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(46,36,46,51): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(47,36,47,60): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(24,16,24,23): warning CS8618: Non-nullable
field 'PlayerForm' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(69,66,69,96): warning CS8604: Possible null
reference argument for parameter 'Search' in 'void Results.ShowPlayer(LookUp
Search)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(91,28,91,38): warning CS1998: This async
method lacks 'await' operators and will run synchronously. Consider using
the 'await' operator to await non-blocking API calls, or 'await
Task.Run(...)' to do CPU-bound work on a background thread.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(22,24,22,37): warning CS0414: The field
'Player.currentSearch' is assigned but its value is never used
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(21,24,21,37): warning CS0414: The field
'Results.currentSearch' is assigned but its value is never used
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(55,25,55,29): warning CS0109: The member
'Player.Load(int, string)' does not hide an accessible member. The new
keyword is not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(66,25,66,32): warning CS0109: The member
'Player.Process()' does not hide an accessible member. The new keyword is
not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(70,25,70,32): warning CS0109: The member
'Player.Execute(string, string)' does not hide an accessible member. The new
keyword is not required.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'DashBoard' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'Results' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(32,16,32,22): warning CS8618: Non-nullable field
'idleTimer' must contain a non-null value when exiting constructor. Consider
adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(49,29,49,43): warning CS8604: Possible null
reference argument for parameter 'window' in 'void
MainUI.HookInputEvents(Window window)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(35,16,35,25): warning CS8618:
Non-nullable field '_pagingTimer' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the field
as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(35,16,35,25): warning CS8618:
Non-nullable field '_timer' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the field
as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(116,27,116,43): warning CS1998: This async method
lacks 'await' operators and will run synchronously. Consider using the
'await' operator to await non-blocking API calls, or 'await Task.Run(...)'
to do CPU-bound work on a background thread.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(160,66,160,79): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(161,66,161,78): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(214,29,214,43): warning CS8604: Possible null
reference argument for parameter 'window' in 'void
MainUI.HookInputEvents(Window window)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\MainUI.xaml.cs(224,13,224,30): warning CS8602: Dereference of a
possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(155,33,155,46): warning CS8602:
Dereference of a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\DashBoard.xaml.cs(221,36,221,52): warning CS8601: Possible
null reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(11,23,11,30): warning CS8618: Non-nullable
property 'BadgeNo' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(12,23,12,29): warning CS8618: Non-nullable
property 'Player' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(13,23,13,31): warning CS8618: Non-nullable
property 'GameName' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(14,23,14,27): warning CS8618: Non-nullable
property 'Tier' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(15,23,15,31): warning CS8618: Non-nullable
property 'PlayTime' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the property as
nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\LookUpResult.cs(16,23,16,33): warning CS8618: Non-nullable
property 'AverageBet' must contain a non-null value when exiting
constructor. Consider adding the 'required' modifier or declaring the
property as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(24,16,24,23): warning CS8618: Non-nullable
field 'PlayerForm' must contain a non-null value when exiting constructor.
Consider adding the 'required' modifier or declaring the field as nullable.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(32,30,32,42): warning CS8602: Dereference of
a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(45,36,45,42): warning CS8602: Dereference of
a possibly null reference.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(45,36,45,47): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(46,36,46,51): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(47,36,47,60): warning CS8601: Possible null
reference assignment.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(69,66,69,96): warning CS8604: Possible null
reference argument for parameter 'Search' in 'void Results.ShowPlayer(LookUp
Search)'.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(91,28,91,38): warning CS1998: This async
method lacks 'await' operators and will run synchronously. Consider using
the 'await' operator to await non-blocking API calls, or 'await
Task.Run(...)' to do CPU-bound work on a background thread.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Player.xaml.cs(22,24,22,37): warning CS0414: The field
'Player.currentSearch' is assigned but its value is never used
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\Panels\Results.xaml.cs(21,24,21,37): warning CS0414: The field
'Results.currentSearch' is assigned but its value is never used
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\App.xaml.cs(19,40,19,94): warning IL2026: Using member
'System.Reflection.Assembly.GetType(String)' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. Types might be removed by trimming. If the type name is a
string literal, consider using Type.GetType instead.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\App.xaml.cs(22,36,22,207): warning IL2075: 'this' argument does
not satisfy 'DynamicallyAccessedMemberTypes.PublicFields',
'DynamicallyAccessedMemberTypes.NonPublicFields' in call to
'System.Type.GetField(String, BindingFlags)'. The return value of method
'System.Reflection.Assembly.GetType(String)' does not have matching
annotations. The source value must declare at least the same requirements as
those declared on the target location it is assigned to.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2138,29,2138,101): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.CallMethodAction.MethodNameProperty' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2139,29,2139,103): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.CallMethodAction.TargetObjectProperty' which
has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2140,29,2140,102): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.CallMethodAction.DataContextProperty.get'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2141,29,2141,106): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.CallMethodAction.TemplatedParentProperty.get'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2144,45,2144,104): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.CallMethodAction.CallMethodAction()' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2217,29,2217,101): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.DataTriggerBehavior.BindingProperty' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2218,29,2218,113): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.DataTriggerBehavior.ComparisonConditionPropert
y' which has 'RequiresUnreferencedCodeAttribute' can break functionality
when trimming application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2219,29,2219,99): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.DataTriggerBehavior.ValueProperty' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2222,45,2222,107): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.DataTriggerBehavior.DataTriggerBehavior()'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2178,29,2178,107): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.PropertyNameProperty'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2179,29,2179,107): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.TargetObjectProperty'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2180,29,2180,100): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.ValueProperty' which has
'RequiresUnreferencedCodeAttribute' can break functionality when trimming
application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2181,29,2181,106): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.DataContextProperty.get'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2182,29,2182,110): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.TemplatedParentProperty.g
et' which has 'RequiresUnreferencedCodeAttribute' can break functionality
when trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2185,45,2185,108): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.ChangePropertyAction.ChangePropertyAction()'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This action is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2251,29,2251,104): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventNameProperty' which
has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2252,29,2252,107): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.EventTriggerBehavior.SourceObjectProperty'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This behavior is not trim-safe.
5>C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plug
ins.floor\obj\Release\net9.0-browserwasm\Uno.UI.SourceGenerators\Uno.UI.Sour
ceGenerators.BindableTypeProviders.BindableTypeProvidersSourceGenerator\Bind
ableMetadata.g.cs(2255,45,2255,108): warning IL2026: Using member
'Microsoft.Xaml.Interactivity.EventTriggerBehavior.EventTriggerBehavior()'
which has 'RequiresUnreferencedCodeAttribute' can break functionality when
trimming application code. This behavior is not trim-safe.
5>nexus.plugins.floor ->
C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plugin
s.floor\bin\Release\net9.0-desktop\nexus.plugins.floor.dll
5>Done building project "nexus.plugins.floor.csproj".
5>nexus.plugins.floor ->
C:\Nexus\Programs\nexus\nexus\source\plugin\nexus.plugins.floor\nexus.plugin
s.floor\bin\Release\net9.0-browserwasm\nexus.plugins.floor.dll
5>Done building project "nexus.plugins.floor.csproj".
========== Build: 5 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
========== Build completed at 10:16 AM and took 24.843 seconds ==========
========== Publish: 0 succeeded, 0 failed, 0 skipped ==========
========== Publish completed at 10:16 AM a
Best Regards
From: Jérôme Laban ***@***.***>
Sent: Tuesday, 19 August 2025 4:43 AM
To: unoplatform/uno ***@***.***>
Cc: dwrainman ***@***.***>; Author ***@***.***>
Subject: Re: [unoplatform/uno] FpsHelper error (Discussion #21216)
Thanks for the update.
We need more information about your issue, such as how you build and run the
app, as well as having a binlog
<https://platform.uno/docs/articles/uno-builds-troubleshooting.html> to
troubleshoot further.
A step by step repro would also help.
�
Reply to this email directly, view it on GitHub
<#21216 (comment)
4831> , or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6WLM6NV4I4OOAN7QMXITLT3O
INE5AVCNFSM6AAAAACDK2BSNSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTI
MJUGQ4DGMI> .
You are receiving this because you authored the thread.Message ID: <
***@***.***>
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
getting FpsHelper error which is stopping wasm from running
Beta Was this translation helpful? Give feedback.
All reactions