You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some class constructors have a new keyword which is not needed. Only create the new keyword for constructors if needed.
Example warning during build: Warning: /home/runner/work/gir.core/gir.core/src/Libs/Gio-2.0/Public/SocketListener.Constructors.Generated.cs(17,34): warning CS0109: The member 'SocketListener.New()' does not hide an accessible member. The new keyword is not required.
The text was updated successfully, but these errors were encountered:
Some class constructors have a
new
keyword which is not needed. Only create thenew
keyword for constructors if needed.Example warning during build:
Warning: /home/runner/work/gir.core/gir.core/src/Libs/Gio-2.0/Public/SocketListener.Constructors.Generated.cs(17,34): warning CS0109: The member 'SocketListener.New()' does not hide an accessible member. The new keyword is not required.
The text was updated successfully, but these errors were encountered: