simpler MoveComponent #14
Annotations
10 warnings
          | 
                   
                      
                          compile: 
                        temp_proj/events.cs#L119
                      
                       
                  Non-nullable event 'GameStateChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/events.cs#L119
                      
                       
                  Non-nullable event 'ConnectionStateChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/events.cs#L121
                      
                       
                  Nullability of reference types in type of parameter 'sender' of 'void Events.Destructor(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes). 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/entity.cs#L37
                      
                       
                  Possible null reference return. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/entity.cs#L35
                      
                       
                  Possible null reference return. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/entity.cs#L33
                      
                       
                  Possible null reference return. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/entity.cs#L31
                      
                       
                  Possible null reference return. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/events.cs#L165
                      
                       
                  Converting null literal or possible null value to non-nullable type. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/events.cs#L15
                      
                       
                  Non-nullable field 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 
                         | 
              
| 
                   
                      
                          compile: 
                        temp_proj/main.cs#L99
                      
                       
                  The entry point of the program is global code; ignoring 'Bot.Main(string[])' entry point. 
                         | 
              
        
      Loading