We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this still a relevant project? If so it would be nice with .NET 8 support.
The text was updated successfully, but these errors were encountered:
.NET 8 and 9 have been working for us so far with no changes:
https://github.com/dotnet/maui/blob/b01e16389d30a6b894e2dc964320b7d7350b5d7b/src/ProfiledAot/src/Directory.Build.targets#L10
Sorry, something went wrong.
I got this error, but I probably missed something else.
error MSB4057: The target "StartProfiling" does not exist in the project.
Oh sorry, the AOT profiler still works. But instead of the Mono profiler you should just use dotnet-trace instead:
No branches or pull requests
Is this still a relevant project? If so it would be nice with .NET 8 support.
The text was updated successfully, but these errors were encountered: