UseWebAssemblyDebugging and UseBlazorFrameworkFiles Deprecated ? #23453
              
                Unanswered
              
          
                  
                    
                      solidcloudio
                    
                  
                
                  asked this question in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded from 3.2.0-rc1.20223.4 to 3.2.0, I can't compile my app with -:
Severity Code Description Project File Line Suppression State
Error CS1061 'IApplicationBuilder' does not contain a definition for 'UseWebAssemblyDebugging' and no accessible extension method 'UseWebAssemblyDebugging' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) \JD.Blazor.Server\Startup.cs 412 Active
Severity Code Description Project File Line Suppression State
Error CS1061 'IApplicationBuilder' does not contain a definition for 'UseBlazorFrameworkFiles' and no accessible extension method 'UseBlazorFrameworkFiles' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) \JD.Blazor.Server\Startup.cs 423 Active
'Are these deprecated in 3.2.0? Is there a replacement ?
Beta Was this translation helpful? Give feedback.
All reactions