FluentHub
FluentHub copied to clipboard
Bug: Projects (classic) is deprecated error
🪟 What version of Windows is this issue present?
🪟 Windows 11 Dev
🔢 What version of FluentHub are you on?
0.9.0.0 | X64 | RELEASE
📄 Description
When opening the Projects tab in any repository, it shows this error: Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.
🪜 Steps To Reproduce
- Go to any repository
- Go to Projects
🤔 Expected behavior
No response
⚒️ Did you find any workaround?
No response
📑 Stack Trace
Stack trace details
at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func`2 deserialize, JObject data)
at Octokit.GraphQL.Core.Deserializers.ResponseDeserializer.Deserialize[TResult](Func`2 deserialize, String data)
at Octokit.GraphQL.Core.SimpleQuery`1.Runner.RunPage(CancellationToken cancellationToken)
at Octokit.GraphQL.ConnectionExtensions.Run[T](IConnection connection, ICompiledQuery`1 query, Dictionary`2 variables, CancellationToken cancellationToken)
at FluentHub.Octokit.Queries.Repositories.ProjectQueries.GetAllAsync(String owner, String name, Nullable`1 first, String after, Nullable`1 last, String before, ProjectOrder orderBy, String search, IEnumerable`1 states)
at FluentHub.App.ViewModels.Repositories.Projects.ProjectsViewModel.LoadProjectsPageAsync(String owner, String name)
at FluentHub.App.ViewModels.Repositories.Projects.ProjectsViewModel.LoadRepositoryProjectsPageAsync()