Руслан Разбежкин

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Руслан Разбежкин created a post, "Create ViewComponent View" add file on wrong path (and project)
How I can configure path for new Views for ViewComponents? I Want use path: "Views\Shared\Components\<component-name>\Default.cshtml" but in my case views created in folder "Pages\Components\<compo... -
Руслан Разбежкин created a post, Rider incorrect detect handled and unhandled exceptions
Hello! I see a strange situation in Rider debugger. I have code: using (var stream = System.IO.File.OpenRead(fullname)){ object r= bf.Deserialize(stream); T result=null; try { re...