Skip to content

Duong's Blog

About technology stuff that piqued my interest

  • English
  • Vietnamese
  • About me

Tag: bug

  • Home
  • bug

Lỗi datetime trong .NET 6 và PostgreSQL

October 17, 2022October 17, 2022 duongnt.bkLeave a Comment on Lỗi datetime trong .NET 6 và PostgreSQL

Trong lúc nâng cấp một project lên .NET 6, tôi gặp phải lỗi datetime khi sử dụng provider npgsql efcore. Hôm nay, chúng ta sẽ tìm cách sửa lỗi này.

C#, Vietnamese bug, C#, datetime

Datetime error with .NET 6 and PostgreSQL

October 17, 2022October 17, 2022 duongnt.bk1 Comment on Datetime error with .NET 6 and PostgreSQL

While upgrading a project to .NET 6, I ran into an datetime issue with the latest npgsql efcore provider. Today, we will look at the cause and try to fix it.

C#, English bug, C#, datetime

Nhược điểm của Ignored trong FakeItEasy

August 8, 2022August 8, 2022 duongnt.bk1 Comment on Nhược điểm của Ignored trong FakeItEasy

FakeItEasy là thư viện tôi hay dùng để tạo mock object. Nhưng property Ignored của nó có thể gây hại nếu ta không cẩn thận.

C#, Vietnamese bug, fakeiteasy, testing

FakeItEasy Ignored might be harmful

August 8, 2022August 8, 2022 duongnt.bkLeave a Comment on FakeItEasy Ignored might be harmful

FakeItEasy is my favorite library to create mock objects for unit tests in C#. One of its features, the `Ignored` property, can be harmful if used improperly.

C#, English bug, fakeiteasy, testing

LINQ to Objects and some common mistakes

August 25, 2021December 6, 2022 duongnt.bkLeave a Comment on LINQ to Objects and some common mistakes

LINQ is a very useful feature of C# and is one of my favourites. But it can also causes some subtle bugs if used incorrectly.

C#, English bug, C#, linq

LINQ to Objects và một số sai sót thường gặp

August 25, 2021December 6, 2022 duongnt.bk1 Comment on LINQ to Objects và một số sai sót thường gặp

LINQ là một tính năng rất hữu ích, nó cho phép ta rút gọn code đáng kể. Mặt khác, LINQ cũng có thể là nguyên nhân của những lỗi khó tìm.

C#, Vietnamese bug, C#, linq

Nullable, value tuple và MemoryCache

June 4, 2021June 19, 2021 duongnt.bk1 Comment on Nullable, value tuple và MemoryCache

Từ một lỗi được phát hiện nhờ unit test, tôi thử tìm hiểu về nullable, value type và MemoryCache

C#, Vietnamese .NET Core, bug, C#, equality

Nullable, value tuple and MemoryCache

June 3, 2021June 19, 2021 duongnt.bk1 Comment on Nullable, value tuple and MemoryCache

From a bug caught by unit testing, I went on a journey to find out more about nullable, value tuple and MemoryCache

C#, English .NET Core, bug, C#, equality
Copyright © 2025 Duong's Blog All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress