-
Notifications
You must be signed in to change notification settings - Fork 420
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
Tracking issue for dynamic compilation failures #4387
Comments
Not sure how valid this one is, seems like it should still work? [runtime] 2021-04-22 09:30:54 [important]: Recompiling TestSceneEditorChangeStates...
[runtime] 2021-04-22 09:30:54 [error]: Error with dynamic compilation!
[runtime] 2021-04-22 09:30:54 [error]: osu.Framework.Testing.NoLinkBetweenTypesException: The changed file "TimelineBlueprintContainer.cs" is not used by the test "TestSceneEditorChangeStates".
[runtime] 2021-04-22 09:30:54 [error]: at osu.Framework.Testing.RoslynTypeReferenceBuilder.GetReferencedFiles(Type testType, String changedFile)
[runtime] 2021-04-22 09:30:54 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
|
Looks like you've hit #4388 |
Unsure whether this one is fixed by the last two fix pull requests. [runtime] 2021-04-29 06:21:00 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(208,43): error CS0508: 'OsuRuleset.CreateHitObjectComposer()': return type must be 'HitObjectComposer' to match overridden member 'Ruleset.CreateHitObjectComposer()') (/Users/dean/Projects/osu/osu.Game/Screens/Edit/Compose/ComposeScreen.cs(47,24): error CS0029: Cannot implicitly convert type 'osu.Game.Rulesets.Edit.HitObjectComposer [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Rulesets.Edit.HitObjectComposer [/Users/dean/Projects/osu/osu.Game/Rulesets/Edit/HitObjectComposer.cs(416)]')
[runtime] 2021-04-29 06:21:00 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(208,43): error CS0508: 'OsuRuleset.CreateHitObjectComposer()': return type must be 'HitObjectComposer' to match overridden member 'Ruleset.CreateHitObjectComposer()' editing |
editing [runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #93) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/ScoreTable.cs(135,34): error CS1503: 引 1: は 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' から 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' へ変換することはできません<---
[runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #94) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/ListBeatmapPanel.cs(192,59): error CS1503: 引数 1: は 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' から 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' へ変換せん<---
[runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #95) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(140,31): error CS0029: 型 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' を 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' に暗黙的に変換できません<---
[runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #96) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(145,42): error CS1503: 引数 1: は 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' から 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' へ変換すん<---
[runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #97) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/GridBeatmapPanel.cs(140,59): error CS1503: 引数 1: は 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' から 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' へ変換せん<---
[runtime] 2021-05-24 04:18:58 [error]:
[runtime] 2021-05-24 04:18:58 [error]: ---> (Inner Exception #98) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/ChangelogOverlay.cs(168,40): error CS1503: 引数 1: は 'osame.Online.API.Requests.GetChangelogRequest' から 'osu.Game.Online.API.APIRequest' へ変換することはできません<--- Also an earlier one from the same set of files: [runtime] 2021-05-17 09:08:38 [error]: Error with dynamic compilation!
[runtime] 2021-05-17 09:08:38 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(11,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(9,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(21,33): error CS0246: The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(110,47): error CS0246: The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(121,49): error CS0246: The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(98,30): error CS0115: 'OsuDbContext.Dispose()': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(23,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(24,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(25,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(26,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(27,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(28,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(29,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(30,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(31,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(32,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(27,17): error CS0246: The type or namespace name 'IDbContextTransaction' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(46,37): error CS0508: 'DummyWorkingBeatmap.GetBeatmap()': return type must be 'IBeatmap' to match overridden member 'WorkingBeatmap.GetBeatmap()') (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(62,49): error CS0115: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset.CreateDrawableRulesetWith(IBeatmap, IReadOnlyList<Mod>)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(67,51): error CS0115: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset.CreateBeatmapConverter(IBeatmap)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(69,54): error CS0508: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset.CreateDifficultyCalculator(WorkingBeatmap)': return type must be 'DifficultyCalculator' to match overridden member 'Ruleset.CreateDifficultyCalculator(WorkingBeatmap)') (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(58,27): error CS0534: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset' does not implement inherited abstract member 'Ruleset.CreateDrawableRulesetWith(IBeatmap, IReadOnlyList<Mod>)') (/Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(58,27): error CS0534: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset' does not implement inherited abstract member 'Ruleset.CreateBeatmapConverter(IBeatmap)') (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(791,17): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(42,41): error CS0115: 'OsuRuleset.CreateDrawableRulesetWith(IBeatmap, IReadOnlyList<Mod>)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(44,40): error CS0508: 'OsuRuleset.CreateScoreProcessor()': return type must be 'ScoreProcessor' to match overridden member 'Ruleset.CreateScoreProcessor()') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(46,43): error CS0115: 'OsuRuleset.CreateBeatmapConverter(IBeatmap)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(48,43): error CS0115: 'OsuRuleset.CreateBeatmapProcessor(IBeatmap)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(204,46): error CS0508: 'OsuRuleset.CreateDifficultyCalculator(WorkingBeatmap)': return type must be 'DifficultyCalculator' to match overridden member 'Ruleset.CreateDifficultyCalculator(WorkingBeatmap)') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(206,47): error CS0115: 'OsuRuleset.CreatePerformanceCalculator(DifficultyAttributes, ScoreInfo)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(208,43): error CS0508: 'OsuRuleset.CreateHitObjectComposer()': return type must be 'HitObjectComposer' to match overridden member 'Ruleset.CreateHitObjectComposer()') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(210,42): error CS0508: 'OsuRuleset.CreateBeatmapVerifier()': return type must be 'IBeatmapVerifier' to match overridden member 'Ruleset.CreateBeatmapVerifier()') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(220,31): error CS0115: 'OsuRuleset.CreateLegacySkinProvider(ISkinSource, IBeatmap)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(224,49): error CS0508: 'OsuRuleset.CreateConvertibleReplayFrame()': return type must be 'IConvertibleReplayFrame' to match overridden member 'Ruleset.CreateConvertibleReplayFrame()') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(226,47): error CS0115: 'OsuRuleset.CreateConfig(SettingsStore)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(263,40): error CS0115: 'OsuRuleset.CreateStatisticsForScore(ScoreInfo, IBeatmap)': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(40,18): error CS0534: 'OsuRuleset' does not implement inherited abstract member 'Ruleset.CreateDrawableRulesetWith(IBeatmap, IReadOnlyList<Mod>)') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/OsuRuleset.cs(40,18): error CS0534: 'OsuRuleset' does not implement inherited abstract member 'Ruleset.CreateBeatmapConverter(IBeatmap)') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapDownloadTrackingComposite.cs(10,27): error CS0311: The type 'osu.Game.Beatmaps.BeatmapManager' cannot be used as type parameter 'TModelManager' in the generic type or method 'DownloadTrackingComposite<TModel, TModelManager>'. There is no implicit reference conversion from 'osu.Game.Beatmaps.BeatmapManager' to 'osu.Game.Database.IModelDownloader<osu.Game.Beatmaps.BeatmapSetInfo>'.) (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(38,113): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(20,21): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/Difficulty/DifficultyCalculator.cs(37,40): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseWriteUsage.cs(39,43): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/LegacyDatabasedScore.cs(25,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Entry' and no accessible extension method 'Entry' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,49): error CS0103: The name 'EntityState' does not exist in the current context) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(31,93): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(35,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(89,43): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(21,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(25,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Input/KeyBindingStore.cs(77,39): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Configuration/SettingsStore.cs(43,31): error CS7036: There is no argument given that corresponds to the required formal parameter 'value' of 'CollectionExtensions.Remove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, out TValue)') (/Users/dean/Projects/osu/osu.Game/Graphics/Containers/BeatSyncedContainer.cs(60,27): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/Mods/OsuModAutoplay.cs(23,43): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Ranking/ReplayDownloadButton.cs(59,44): error CS1503: Argument 1: cannot convert from 'osu.Game.Scoring.ScoreInfo [/Users/dean/Projects/osu/osu.Game/Scoring/ScoreInfo.cs(22)]' to 'osu.Game.Scoring.ScoreInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Skinning/LegacySkin.cs(69,41): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game/Skinning/LegacySkinConfiguration.cs(6)]') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/Mods/OsuModAutopilot.cs(65,49): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.Beatmap<osu.Game.Rulesets.Osu.Objects.OsuHitObject>' to 'osu.Game.Beatmaps.IBeatmap') (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(97,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(108,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(129,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/Edit/HitObjectComposer.cs(199,76): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(37,96): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(48,25): error CS1061: 'OsuDbContext' does not contain a definition for 'Attach' and no accessible extension method 'Attach' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScorePerformanceCache.cs(45,112): error CS1503: Argument 2: cannot convert from 'osu.Game.Scoring.ScoreInfo [/Users/dean/Projects/osu/osu.Game/Scoring/ScoreInfo.cs(22)]' to 'osu.Game.Scoring.ScoreInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game.Rulesets.Osu/Mods/OsuModCinema.cs(23,43): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(61,31): error CS1061: 'OsuDbContext' does not contain a definition for 'Update' and no accessible extension method 'Update' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(68,30): error CS0234: The type or namespace name 'GetDbConnection' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/HUDOverlay.cs(158,129): error CS1503: Argument 1: cannot convert from 'osu.Game.Input.Bindings.GlobalAction [/Users/dean/Projects/osu/osu.Game/Input/Bindings/GlobalActionContainer.cs(132)]' to 'osu.Game.Input.Bindings.GlobalAction [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(53,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount300' and the best extension method overload 'ScoreInfoExtensions.SetCount300(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(54,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount100' and the best extension method overload 'ScoreInfoExtensions.SetCount100(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(55,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount50' and the best extension method overload 'ScoreInfoExtensions.SetCount50(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(56,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountGeki' and the best extension method overload 'ScoreInfoExtensions.SetCountGeki(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(57,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountKatu' and the best extension method overload 'ScoreInfoExtensions.SetCountKatu(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(58,17): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountMiss' and the best extension method overload 'ScoreInfoExtensions.SetCountMiss(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(68,34): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Screens/Menu/MenuLogoVisualisation.cs(22,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs(43,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(212,34): error CS0234: The type or namespace name 'Migrate' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Edit/EditorBeatmap.cs(64,109): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(72,55): error CS1061: 'OsuDbContext' does not contain a definition for 'Database' and no accessible extension method 'Database' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(124,86): error CS1061: 'OsuDbContext' does not contain a definition for 'RemoveRange' and no accessible extension method 'RemoveRange' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/HUD/DefaultHealthDisplay.cs(117,18): error CS0311: The type 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' cannot be used as type parameter 'T' in the generic type or method 'TransformableExtensions.FadeEdgeEffectTo<T>(T, float, double, Easing)'. There is no implicit reference conversion from 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' to 'osu.Framework.Graphics.Containers.IContainer'.) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(196,21): error CS0104: 'Logger' is an ambiguous reference between 'Microsoft.Extensions.Logging.Logger' and 'osu.Framework.Logging.Logger') (/Users/dean/Projects/osu/osu.Game/Screens/Spectate/SpectatorScreen.cs(194,64): error CS0266: Cannot implicitly convert type 'osu.Game.Rulesets.Replays.Types.IConvertibleReplayFrame [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Rulesets.Replays.Types.IConvertibleReplayFrame [/Users/dean/Projects/osu/osu.Game/Rulesets/Replays/Types/IConvertibleReplayFrame.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Screens/Spectate/SpectatorScreen.cs(195,56): error CS1503: Argument 2: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]') (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(142,38): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Skinning/Editor/SkinEditor.cs(140,27): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(144,13): error CS0117: 'OsuDbContext' does not contain a definition for 'Database') (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(65,60): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(125,29): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCountMiss' and the best extension method overload 'ScoreInfoExtensions.GetCountMiss(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(126,27): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCount50' and the best extension method overload 'ScoreInfoExtensions.GetCount50(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(127,28): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCount100' and the best extension method overload 'ScoreInfoExtensions.GetCount100(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(128,28): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCount300' and the best extension method overload 'ScoreInfoExtensions.GetCount300(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(129,29): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCountGeki' and the best extension method overload 'ScoreInfoExtensions.GetCountGeki(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(130,29): error CS1929: 'ScoreInfo' does not contain a definition for 'GetCountKatu' and the best extension method overload 'ScoreInfoExtensions.GetCountKatu(ScoreInfo)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(93,122): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(95,103): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(274,50): error CS1503: Argument 2: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(97,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(100,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(200,65): error CS1503: Argument 1: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(203,30): error CS0029: Cannot implicitly convert type 'osu.Game.Rulesets.Scoring.ScoreProcessor [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Rulesets.Scoring.ScoreProcessor [/Users/dean/Projects/osu/osu.Game/Rulesets/Scoring/ScoreProcessor.cs(18)]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(209,31): error CS0029: Cannot implicitly convert type 'osu.Game.Rulesets.Scoring.HealthProcessor [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Rulesets.Scoring.HealthProcessor [/Users/dean/Projects/osu/osu.Game/Rulesets/Scoring/HealthProcessor.cs(11)]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(228,120): error CS1503: Argument 2: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(243,120): error CS1503: Argument 2: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(312,57): error CS1503: Argument 1: cannot convert from 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game/Storyboards/Storyboard.cs(16)]') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(135,24): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(144,25): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>' to 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(326,38): error CS0266: Cannot implicitly convert type 'System.Collections.Generic.List<osu.Game.Beatmaps.Timing.BreakPeriod>' to 'System.Collections.Generic.IReadOnlyList<osu.Game.Beatmaps.Timing.BreakPeriod>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Chat/ChatLine.cs(72,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game/Online/Chat/Message.cs(11)]' to 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(228,66): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.Scoring.ScoringMode [/Users/dean/Projects/osu/osu.Game/Rulesets/Scoring/ScoreProcessor.cs(351)]' to 'osu.Game.Rulesets.Scoring.ScoringMode [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(344,34): error CS0266: Cannot implicitly convert type 'System.Collections.Generic.List<osu.Game.Beatmaps.Timing.BreakPeriod>' to 'System.Collections.Generic.IReadOnlyList<osu.Game.Beatmaps.Timing.BreakPeriod>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(199,31): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(207,34): error CS1503: Argument 1: cannot convert from 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(15)]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(474,32): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(482,32): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(490,35): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Ranking/Statistics/StatisticsPanel.cs(105,39): error CS0266: Cannot implicitly convert type 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(633,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(639,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Sections/Historical/DrawableMostPlayedBeatmap.cs(92,71): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(45,27): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(55,40): error CS1503: Argument 2: cannot convert from 'osu.Game.Users.User' to 'string') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(933,40): error CS1503: Argument 1: cannot convert from 'osu.Game.Scoring.Score [/Users/dean/Projects/osu/osu.Game/Scoring/Score.cs(8)]' to 'osu.Game.Scoring.Score [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(933,47): error CS1503: Argument 2: cannot convert from 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game/Beatmaps/IBeatmap.cs(12)]' to 'osu.Game.Beatmaps.IBeatmap [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/GridBeatmapPanel.cs(140,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(51,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountGeki' and the best extension method overload 'ScoreInfoExtensions.SetCountGeki(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(55,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount300' and the best extension method overload 'ScoreInfoExtensions.SetCount300(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(59,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountKatu' and the best extension method overload 'ScoreInfoExtensions.SetCountKatu(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(63,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount100' and the best extension method overload 'ScoreInfoExtensions.SetCount100(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(67,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCount50' and the best extension method overload 'ScoreInfoExtensions.SetCount50(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(71,29): error CS1929: 'ScoreInfo' does not contain a definition for 'SetCountMiss' and the best extension method overload 'ScoreInfoExtensions.SetCountMiss(ScoreInfo, int)' requires a receiver of type 'ScoreInfo') (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(791,68): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/ListBeatmapPanel.cs(192,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/ChangelogOverlay.cs(168,40): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.API.Requests.GetChangelogRequest' to 'osu.Game.Online.API.APIRequest')
[runtime] 2021-05-17 09:08:38 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
[runtime] 2021-05-17 09:08:38 [error]: --- End of inner exception stack trace ---
[runtime] 2021-05-17 09:08:38 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #1) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #2) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #3) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(11,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #4) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #5) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #6) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(9,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #7) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #8) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #9) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(21,33): error CS0246: The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #10) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(110,47): error CS0246: The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #11) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(121,49): error CS0246: The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #12) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(98,30): error CS0115: 'OsuDbContext.Dispose()': no suitable method found to override<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #13) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(23,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #14) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(24,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #15) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(25,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #16) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(26,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #17) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(27,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #18) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(28,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #19) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(29,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #20) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(30,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #21) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(31,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #22) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(32,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #23) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseContextFactory.cs(27,17): error CS0246: The type or namespace name 'IDbContextTransaction' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #24) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(46,37): error CS0508: 'DummyWorkingBeatmap.GetBeatmap()': return type must be 'IBeatmap' to match overridden member 'WorkingBeatmap.GetBeatmap()'<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #25) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(62,49): error CS0115: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset.CreateDrawableRulesetWith(IBeatmap, IReadOnlyList<Mod>)': no suitable method found to override<---
[runtime] 2021-05-17 09:08:38 [error]:
[runtime] 2021-05-17 09:08:38 [error]: ---> (Inner Exception #26) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Beatmaps/DummyWorkingBeatmap.cs(67,51): error CS0115: 'DummyWorkingBeatmap.DummyRulesetInfo.DummyRuleset.CreateBeatmapConverter(IBeatmap)': no suitable method found to override<---
[runtime] 2021-05-17 09:08:38 [error]: |
Adding this one because it's pretty weird: [runtime] 2021-08-16 09:19:00 [important]: Recompiling TestSceneSettingsPanel...
[runtime] 2021-08-16 09:19:01 [error]: Error with dynamic compilation!
[runtime] 2021-08-16 09:19:01 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(6,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(117,51): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(122,48): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?))
[runtime] 2021-08-16 09:19:01 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(6,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)
[runtime] 2021-08-16 09:19:01 [error]: --- End of inner exception stack trace ---
[runtime] 2021-08-16 09:19:01 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
[runtime] 2021-08-16 09:19:01 [error]: ---> (Inner Exception #1) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(117,51): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-16 09:19:01 [error]:
[runtime] 2021-08-16 09:19:01 [error]: ---> (Inner Exception #2) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(122,48): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<--- |
Editing [runtime] 2021-08-21 04:51:57 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(6,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(10,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(23,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DownloadableArchiveModelManager.cs(4,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(9,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetUserBeatmapsRequest.cs(4,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APIRecentActivity.cs(5,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetCommentsRequest.cs(5,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(9,7): error CS0246: The type or namespace name 'HtmlAgilityPack' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(17,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/Components/RankGraph.cs(7,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(21,33): error CS0246: The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(23,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(24,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(25,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(26,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(27,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(28,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(29,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(30,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(31,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(34,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(115,47): error CS0246: The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(126,49): error CS0246: The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(842,17): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(103,30): error CS0115: 'OsuDbContext.Dispose()': no suitable method found to override) (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapDownloadTrackingComposite.cs(10,27): error CS0311: The type 'osu.Game.Beatmaps.BeatmapManager' cannot be used as type parameter 'TModelManager' in the generic type or method 'DownloadTrackingComposite<TModel, TModelManager>'. There is no implicit reference conversion from 'osu.Game.Beatmaps.BeatmapManager' to 'osu.Game.Database.IModelDownloader<osu.Game.Beatmaps.BeatmapSetInfo>'.) (/Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(47,39): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(69,54): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Menu/MenuLogoVisualisation.cs(22,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Overlays/Chat/ChatLine.cs(72,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game/Online/Chat/Message.cs(11)]' to 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs(45,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Scoring/LegacyDatabasedScore.cs(25,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(38,113): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Skinning/LegacySkin.cs(79,41): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game/Skinning/LegacySkinConfiguration.cs(6)]') (/Users/dean/Projects/osu/osu.Game/Database/DatabaseWriteUsage.cs(39,43): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(89,43): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/Components/RankGraph.cs(70,53): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(117,51): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(122,48): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(70,30): error CS0234: The type or namespace name 'GetDbConnection' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Entry' and no accessible extension method 'Entry' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,49): error CS0103: The name 'EntityState' does not exist in the current context) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(31,93): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(35,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Skinning/Editor/SkinEditor.cs(148,27): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Database/DownloadableArchiveModelManager.cs(120,63): error CS1061: 'string' does not contain a definition for 'Titleize' and no accessible extension method 'Titleize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(148,64): error CS0103: The name 'LetterCasing' does not exist in the current context) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(148,55): error CS1061: 'string' does not contain a definition for 'Humanize' and no accessible extension method 'Humanize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(197,68): error CS0103: The name 'LetterCasing' does not exist in the current context) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(197,59): error CS1061: 'string' does not contain a definition for 'Humanize' and no accessible extension method 'Humanize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(65,60): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(97,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(120,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(141,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(21,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(25,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(217,34): error CS0234: The type or namespace name 'Migrate' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Graphics/Backgrounds/BeatmapBackgroundWithStoryboard.cs(33,48): error CS1503: Argument 1: cannot convert from 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game/Storyboards/Storyboard.cs(16)]') (/Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(201,21): error CS0104: 'Logger' is an ambiguous reference between 'Microsoft.Extensions.Logging.Logger' and 'osu.Framework.Logging.Logger') (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(96,122): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(20,21): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(37,96): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(98,103): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(42,60): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(53,25): error CS1061: 'OsuDbContext' does not contain a definition for 'Attach' and no accessible extension method 'Attach' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(66,31): error CS1061: 'OsuDbContext' does not contain a definition for 'Update' and no accessible extension method 'Update' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(129,86): error CS1061: 'OsuDbContext' does not contain a definition for 'RemoveRange' and no accessible extension method 'RemoveRange' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Ranking/ScorePanel.cs(160,48): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(147,38): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/HUD/DefaultHealthDisplay.cs(119,18): error CS0311: The type 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' cannot be used as type parameter 'T' in the generic type or method 'TransformableExtensions.FadeEdgeEffectTo<T>(T, float, double, Easing)'. There is no implicit reference conversion from 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' to 'osu.Framework.Graphics.Containers.IContainer'.) (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetCommentsRequest.cs(33,66): error CS1061: 'string' does not contain a definition for 'Underscore' and no accessible extension method 'Underscore' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(48,34): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(111,47): error CS0246: The type or namespace name 'LzmaStream' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Profile/Sections/Historical/DrawableMostPlayedBeatmap.cs(92,71): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetUserBeatmapsRequest.cs(23,92): error CS1061: 'string' does not contain a definition for 'Underscore' and no accessible extension method 'Underscore' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(484,34): error CS0103: The name 'ZipArchive' does not exist in the current context) (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APIRecentActivity.cs(22,92): error CS1061: 'string' does not contain a definition for 'Pascalize' and no accessible extension method 'Pascalize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(525,35): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(323,57): error CS1503: Argument 1: cannot convert from 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game/Storyboards/Storyboard.cs(16)]') (/Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(35,24): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Spectate/SpectatorScreen.cs(169,28): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(668,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(674,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(105,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(108,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(143,24): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(14)]') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(152,25): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>' to 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>') (/Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(29,28): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(207,31): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>') (/Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(215,34): error CS1503: Argument 1: cannot convert from 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(14)]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/GridBeatmapPanel.cs(140,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/ListBeatmapPanel.cs(192,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(139,31): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(144,42): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(842,68): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(81,27): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(91,40): error CS1503: Argument 2: cannot convert from 'osu.Game.Users.User' to 'string') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(924,35): error CS1503: Argument 1: cannot convert from 'osu.Game.Screens.Play.Player [/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(39)]' to 'osu.Game.Screens.Play.Player [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(927,32): error CS1503: Argument 1: cannot convert from 'osu.Game.Screens.Play.HUDOverlay [/Users/dean/Projects/osu/osu.Game/Screens/Play/HUDOverlay.cs(26)]' to 'osu.Game.Screens.Play.HUDOverlay [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(995,48): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]') (/Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/ScoreTable.cs(137,34): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]') (/Users/dean/Projects/osu/osu.Game/Overlays/ChangelogOverlay.cs(162,40): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.API.Requests.GetChangelogRequest' to 'osu.Game.Online.API.APIRequest')
[runtime] 2021-08-21 04:51:57 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(6,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)
[runtime] 2021-08-21 04:51:57 [error]: --- End of inner exception stack trace ---
[runtime] 2021-08-21 04:51:57 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #1) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #2) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(6,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #3) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(10,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #4) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #5) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(23,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #6) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DownloadableArchiveModelManager.cs(4,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #7) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(12,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #8) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #9) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #10) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(5,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #11) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(9,17): error CS0234: The type or namespace name 'EntityFrameworkCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #12) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetUserBeatmapsRequest.cs(4,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #13) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APIRecentActivity.cs(5,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #14) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetCommentsRequest.cs(5,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #15) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(9,7): error CS0246: The type or namespace name 'HtmlAgilityPack' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #16) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(17,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #17) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/Components/RankGraph.cs(7,7): error CS0246: The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #18) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(21,33): error CS0246: The type or namespace name 'DbContext' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #19) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(23,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #20) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(24,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #21) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(25,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #22) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(26,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #23) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(27,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #24) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(28,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #25) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(29,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #26) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(30,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #27) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(31,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #28) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(34,16): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #29) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(115,47): error CS0246: The type or namespace name 'DbContextOptionsBuilder' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #30) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(126,49): error CS0246: The type or namespace name 'ModelBuilder' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #31) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(842,17): error CS0246: The type or namespace name 'DbSet<>' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #32) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(103,30): error CS0115: 'OsuDbContext.Dispose()': no suitable method found to override<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #33) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapDownloadTrackingComposite.cs(10,27): error CS0311: The type 'osu.Game.Beatmaps.BeatmapManager' cannot be used as type parameter 'TModelManager' in the generic type or method 'DownloadTrackingComposite<TModel, TModelManager>'. There is no implicit reference conversion from 'osu.Game.Beatmaps.BeatmapManager' to 'osu.Game.Database.IModelDownloader<osu.Game.Beatmaps.BeatmapSetInfo>'.<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #34) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(47,39): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #35) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(69,54): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #36) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Menu/MenuLogoVisualisation.cs(22,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #37) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Chat/ChatLine.cs(72,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game/Online/Chat/Message.cs(11)]' to 'osu.Game.Online.Chat.Message [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #38) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Backgrounds/BackgroundScreenDefault.cs(45,20): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #39) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/LegacyDatabasedScore.cs(25,58): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #40) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(38,113): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #41) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Skinning/LegacySkin.cs(79,41): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.LegacySkinConfiguration [/Users/dean/Projects/osu/osu.Game/Skinning/LegacySkinConfiguration.cs(6)]'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #42) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseWriteUsage.cs(39,43): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #43) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/IO/FileStore.cs(89,43): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #44) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/Components/RankGraph.cs(70,53): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #45) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(117,51): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #46) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Header/BottomHeaderContainer.cs(122,48): error CS1061: 'string' does not contain a definition for 'ToQuantity' and no accessible extension method 'ToQuantity' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #47) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(70,30): error CS0234: The type or namespace name 'GetDbConnection' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #48) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Entry' and no accessible extension method 'Entry' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #49) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(28,49): error CS0103: The name 'EntityState' does not exist in the current context<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #50) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(31,93): error CS1061: 'OsuDbContext' does not contain a definition for 'Find' and no accessible extension method 'Find' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #51) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DatabaseBackedStore.cs(35,29): error CS1061: 'OsuDbContext' does not contain a definition for 'Add' and no accessible extension method 'Add' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #52) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Skinning/Editor/SkinEditor.cs(148,27): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #53) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/DownloadableArchiveModelManager.cs(120,63): error CS1061: 'string' does not contain a definition for 'Titleize' and no accessible extension method 'Titleize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #54) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(148,64): error CS0103: The name 'LetterCasing' does not exist in the current context<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #55) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(148,55): error CS1061: 'string' does not contain a definition for 'Humanize' and no accessible extension method 'Humanize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #56) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(197,68): error CS0103: The name 'LetterCasing' does not exist in the current context<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #57) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(197,59): error CS1061: 'string' does not contain a definition for 'Humanize' and no accessible extension method 'Humanize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #58) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(65,60): error CS1503: Argument 1: cannot convert from 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(17)]' to 'osu.Game.Rulesets.RulesetStore [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #59) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(97,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #60) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(120,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #61) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Rulesets/RulesetStore.cs(141,25): error CS1061: 'OsuDbContext' does not contain a definition for 'SaveChanges' and no accessible extension method 'SaveChanges' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #62) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(21,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #63) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStoreWithFileIncludes.cs(25,18): error CS1061: 'IQueryable<T>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<T>' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #64) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(217,34): error CS0234: The type or namespace name 'Migrate' does not exist in the namespace 'osu.Game.Database' (are you missing an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #65) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Graphics/Backgrounds/BeatmapBackgroundWithStoryboard.cs(33,48): error CS1503: Argument 1: cannot convert from 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game/Storyboards/Storyboard.cs(16)]'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #66) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/OsuDbContext.cs(201,21): error CS0104: 'Logger' is an ambiguous reference between 'Microsoft.Extensions.Logging.Logger' and 'osu.Framework.Logging.Logger'<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #67) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(96,122): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #68) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreStore.cs(20,21): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'Include' and no accessible extension method 'Include' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:57 [error]:
[runtime] 2021-08-21 04:51:57 [error]: ---> (Inner Exception #69) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(37,96): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #70) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/ScoreManager.cs(98,103): error CS1061: 'IQueryable<ScoreInfo>' does not contain a definition for 'AsNoTracking' and no accessible extension method 'AsNoTracking' accepting a first argument of type 'IQueryable<ScoreInfo>' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #71) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(42,60): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #72) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(53,25): error CS1061: 'OsuDbContext' does not contain a definition for 'Attach' and no accessible extension method 'Attach' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #73) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(66,31): error CS1061: 'OsuDbContext' does not contain a definition for 'Update' and no accessible extension method 'Update' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #74) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(129,86): error CS1061: 'OsuDbContext' does not contain a definition for 'RemoveRange' and no accessible extension method 'RemoveRange' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #75) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Ranking/ScorePanel.cs(160,48): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #76) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/MutableDatabaseBackedStore.cs(147,38): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #77) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/HUD/DefaultHealthDisplay.cs(119,18): error CS0311: The type 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' cannot be used as type parameter 'T' in the generic type or method 'TransformableExtensions.FadeEdgeEffectTo<T>(T, float, double, Easing)'. There is no implicit reference conversion from 'osu.Framework.Graphics.Transforms.TransformSequence<osu.Framework.Graphics.Containers.CompositeDrawable>' to 'osu.Framework.Graphics.Containers.IContainer'.<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #78) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetCommentsRequest.cs(33,66): error CS1061: 'string' does not contain a definition for 'Underscore' and no accessible extension method 'Underscore' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #79) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(48,34): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #80) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Scoring/Legacy/LegacyScoreDecoder.cs(111,47): error CS0246: The type or namespace name 'LzmaStream' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #81) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Sections/Historical/DrawableMostPlayedBeatmap.cs(92,71): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #82) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/GetUserBeatmapsRequest.cs(23,92): error CS1061: 'string' does not contain a definition for 'Underscore' and no accessible extension method 'Underscore' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #83) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(484,34): error CS0103: The name 'ZipArchive' does not exist in the current context<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #84) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APIRecentActivity.cs(22,92): error CS1061: 'string' does not contain a definition for 'Pascalize' and no accessible extension method 'Pascalize' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #85) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(525,35): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #86) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(323,57): error CS1503: Argument 1: cannot convert from 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Storyboards.Storyboard [/Users/dean/Projects/osu/osu.Game/Storyboards/Storyboard.cs(16)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #87) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs(35,24): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #88) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Spectate/SpectatorScreen.cs(169,28): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #89) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(668,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #90) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(674,31): error CS1061: 'OsuDbContext' does not contain a definition for 'ChangeTracker' and no accessible extension method 'ChangeTracker' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #91) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(105,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #92) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(108,30): error CS0266: Cannot implicitly convert type 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>' to 'osu.Framework.Bindables.IBindable<System.WeakReference<osu.Game.Skinning.SkinInfo>>'. An explicit conversion exists (are you missing a cast?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #93) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(143,24): error CS0029: Cannot implicitly convert type 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(14)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #94) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(152,25): error CS0029: Cannot implicitly convert type 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>' to 'System.Collections.Generic.List<osu.Game.Skinning.SkinInfo>'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #95) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Wiki/WikiMainPage.cs(29,28): error CS0246: The type or namespace name 'HtmlDocument' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #96) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(207,31): error CS0029: Cannot implicitly convert type 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>' to 'osu.Framework.Bindables.Bindable<osu.Game.Skinning.Skin>'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #97) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Settings/Sections/SkinSection.cs(215,34): error CS1503: Argument 1: cannot convert from 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game/Skinning/SkinInfo.cs(14)]' to 'osu.Game.Skinning.SkinInfo [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #98) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/GridBeatmapPanel.cs(140,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #99) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/ListBeatmapPanel.cs(192,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #100) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(139,31): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #101) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/TopScoreUserSection.cs(144,42): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #102) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Database/ArchiveModelManager.cs(842,68): error CS1061: 'OsuDbContext' does not contain a definition for 'Set' and no accessible extension method 'Set' accepting a first argument of type 'OsuDbContext' could be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #103) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(81,27): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #104) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/AuthorInfo.cs(91,40): error CS1503: Argument 2: cannot convert from 'osu.Game.Users.User' to 'string'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #105) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(924,35): error CS1503: Argument 1: cannot convert from 'osu.Game.Screens.Play.Player [/Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(39)]' to 'osu.Game.Screens.Play.Player [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #106) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(927,32): error CS1503: Argument 1: cannot convert from 'osu.Game.Screens.Play.HUDOverlay [/Users/dean/Projects/osu/osu.Game/Screens/Play/HUDOverlay.cs(26)]' to 'osu.Game.Screens.Play.HUDOverlay [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #107) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/Player.cs(995,48): error CS0029: Cannot implicitly convert type 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #108) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapSet/Scores/ScoreTable.cs(137,34): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-08-21 04:51:58 [error]:
[runtime] 2021-08-21 04:51:58 [error]: ---> (Inner Exception #109) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/ChangelogOverlay.cs(162,40): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.API.Requests.GetChangelogRequest' to 'osu.Game.Online.API.APIRequest'<--- |
Editing [runtime] 2021-08-23 09:06:06 [error]: Error with dynamic compilation!
[runtime] 2021-08-23 09:06:06 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(16,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(17,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)) (/Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(80,34): error CS0103: The name 'ZipArchive' does not exist in the current context)
[runtime] 2021-08-23 09:06:06 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(16,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)
[runtime] 2021-08-23 09:06:06 [error]: --- End of inner exception stack trace ---
[runtime] 2021-08-23 09:06:06 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
[runtime] 2021-08-23 09:06:06 [error]: ---> (Inner Exception #1) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(17,7): error CS0246: The type or namespace name 'SharpCompress' could not be found (are you missing a using directive or an assembly reference?)<---
[runtime] 2021-08-23 09:06:06 [error]:
[runtime] 2021-08-23 09:06:06 [error]: ---> (Inner Exception #2) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorBeatmapCreation.cs(80,34): error CS0103: The name 'ZipArchive' does not exist in the current context<--- |
Editing public class TestSceneOsuLogo : OsuTestScene
{
[Test]
public void TestBasic()
{
AddStep("Add logo", () =>
{
Child = new OsuLogo
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
};
});
}
} [runtime] 2021-08-31 04:58:23 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game/Screens/Play/SpectatorPlayer.cs(86,42): error CS0508: 'SpectatorPlayer.CreateResults(ScoreInfo)': return type must be 'ResultsScreen' to match overridden member 'Player.CreateResults(ScoreInfo)')
[runtime] 2021-08-31 04:58:23 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/SpectatorPlayer.cs(86,42): error CS0508: 'SpectatorPlayer.CreateResults(ScoreInfo)': return type must be 'ResultsScreen' to match overridden member 'Player.CreateResults(ScoreInfo)'
[runtime] 2021-08-31 04:58:23 [error]: --- End of inner exception stack trace ---
[runtime] 2021-08-31 04:58:23 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile)
[runtime] 2021-08-31 04:58:23 [important]: Recompiling TestSceneOsuLogo...
[runtime] 2021-08-31 04:58:24 [error]: Error with dynamic compilation!
[runtime] 2021-08-31 04:58:24 [error]: System.AggregateException: One or more errors occurred. (/Users/dean/Projects/osu/osu.Game/Screens/Play/SpectatorPlayer.cs(86,42): error CS0508: 'SpectatorPlayer.CreateResults(ScoreInfo)': return type must be 'ResultsScreen' to match overridden member 'Player.CreateResults(ScoreInfo)')
[runtime] 2021-08-31 04:58:24 [error]: ---> System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Screens/Play/SpectatorPlayer.cs(86,42): error CS0508: 'SpectatorPlayer.CreateResults(ScoreInfo)': return type must be 'ResultsScreen' to match overridden member 'Player.CreateResults(ScoreInfo)'
[runtime] 2021-08-31 04:58:24 [error]: --- End of inner exception stack trace ---
[runtime] 2021-08-31 04:58:24 [error]: at osu.Framework.Testing.DynamicClassCompiler`1.recompileAsync(Type targetType, String changedFile) |
Not posting expecting hotfixes for all these issues, just documenting how often it fails for future attention Editing [runtime] 2021-09-01 06:42:30 [error]: ---> (Inner Exception #100) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/Profile/Sections/Historical/DrawableMostPlayedBeatmap.cs(92,71): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-09-01 06:42:30 [error]:
[runtime] 2021-09-01 06:42:30 [error]: ---> (Inner Exception #101) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/GridBeatmapPanel.cs(140,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-09-01 06:42:30 [error]:
[runtime] 2021-09-01 06:42:30 [error]: ---> (Inner Exception #102) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/BeatmapListing/Panels/ListBeatmapPanel.cs(192,59): error CS1503: Argument 1: cannot convert from 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game.Tests/bin/Debug/net5.0/osu.Game.dll]' to 'osu.Game.Users.User [/Users/dean/Projects/osu/osu.Game/Users/User.cs(15)]'<---
[runtime] 2021-09-01 06:42:30 [error]:
[runtime] 2021-09-01 06:42:30 [error]: ---> (Inner Exception #103) System.InvalidOperationException: /Users/dean/Projects/osu/osu.Game/Overlays/ChangelogOverlay.cs(162,40): error CS1503: Argument 1: cannot convert from 'osu.Game.Online.API.Requests.GetChangelogRequest' to 'osu.Game.Online.API.APIRequest'<---
[runtime] 2021-09-01 06:42:30 [error]:
[runtime] 2021-09-01 06:42:31 [debug]: MouseDownEvent(Left) handled by BasicScrollContainer. |
TestSceneStandAloneChatDisplay/Message.cs
TestSceneManiaHitObjectComposer/HoldNotePlacementBlueprint.cs
The text was updated successfully, but these errors were encountered: