Skip to content

Fix nuget package push to github feed #911

New issue

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

Merged
merged 4 commits into from
Nov 3, 2024
Merged

Fix nuget package push to github feed #911

merged 4 commits into from
Nov 3, 2024

Conversation

vb2ae
Copy link
Member

@vb2ae vb2ae commented Nov 2, 2024

This pull request includes several updates to improve documentation, update dependencies, and refine code in various files. The most important changes include updating the NuGet setup, adding XML documentation, and refining platform-specific implementations.

Dependency Updates:

Documentation Improvements:

Platform-Specific Refinements:

Code Refinements:

Closes #910
Closes #909

vb2ae added 4 commits November 2, 2024 19:39
Add missing mxl comments
Added XML documentation comments to the `AsyncEventHandlerExtensions`
class in `AsyncEventHandlerExtensions.cs`, including a summary and
remarks section explaining the purpose of the class and its helper
functions for running Invoke methods asynchronously.

Added XML documentation comments to the `DispatcherTaskExtensions`
class in `DispatcherTaskExtensions.cs`, including a summary and
remarks section explaining the purpose of the class and its helper
functions for running tasks asynchronously on a `CoreDispatcher`.

These changes improve code readability and help developers understand
the roles of these classes and their methods.
@vb2ae vb2ae merged commit 7527c90 into master Nov 3, 2024
4 checks passed
@vb2ae vb2ae deleted the fix_910_and_909 branch November 3, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error while pushing nuget package to github feed Fix build warnings
1 participant