Recent content by heloworldcheck

  1. H

    🔒 Closed C# Possible null reference argument for parameter 'title' in 'void Posting.setTitle(string title)

    Hello, I figured out the problem. It was the VS code itself that was not working properly, I tried using online c# compiler and it worked fine. Now I needed to find out what was causing error in my VS code since I'm using the updated .NET framework.
  2. H

    🔒 Closed C# Possible null reference argument for parameter 'title' in 'void Posting.setTitle(string title)

    Guys, question lang gusto ko lang malaman pano mag set ( gamit ng setter/getter) ng value by user input. ( If possible man or may mali akong approach sa pag gamit ng setters/getters) class Posting { private string _title = ""; public void setTitle( string title) {...
Back
Top