Skip to content
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

Add missing using System in AvaloniaHotReloadExtensions.cs #18

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

nil4
Copy link
Contributor

@nil4 nil4 commented Dec 3, 2024

Prevents a compilation error similar to:

packages\hotavalonia.extensions\2.0.0\contentFiles\cs\any\AvaloniaHotReloadExtensions.cs(179,66): error CS0246: The type or namespace name 'Func<,>' could not be found (are you missing a using directive or an assembly reference?)

Prevents a compilation error similar to:

```
packages\hotavalonia.extensions\2.0.0\contentFiles\cs\any\AvaloniaHotReloadExtensions.cs(179,66): error CS0246: The type or namespace name 'Func<,>' could not be found (are you missing a using directive or an assembly reference?)
```
@Kir-Antipov
Copy link
Owner

Whoops, I must have missed that due to global usings on my end. Great catch!

@Kir-Antipov Kir-Antipov changed the base branch from master to development December 3, 2024 21:07
@Kir-Antipov Kir-Antipov merged commit eb6983d into Kir-Antipov:development Dec 3, 2024
1 check passed
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.

2 participants