if value can't be nullable you can write like this: string hello = default!; and if you sure that value can't be null you can use !
The problem comes from the problem that values CAN be null but never are beyond certain edge cases
i disabled nullable in project configuration, there warnings were overwhelming
Обсуждают сегодня