Move the 'sample' project #33
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/Dtos/FooDto.cs#L9
Change the type of property 'FooDto.AvatarUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/Entities/Foo.cs#L9
Change the type of property 'Foo.AvatarUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeEntity.cs#L17
Change 'List<T>' in 'FakeEntity.ManyOf<T>([int])' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeEntity.cs#L23
Change 'List<T>' in 'FakeEntity.ManyOf<T>(int, int)' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeDto.cs#L23
Change 'List<T>' in 'FakeDto.ManyOf<T>(int, int)' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeDto.cs#L17
Change 'List<T>' in 'FakeDto.ManyOf<T>([int])' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/Dtos/FooDto.cs#L9
Change the type of property 'FooDto.AvatarUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/Entities/Foo.cs#L9
Change the type of property 'Foo.AvatarUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeEntity.cs#L17
Change 'List<T>' in 'FakeEntity.ManyOf<T>([int])' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
build:
src/sample/Ace.CSharp.DataFaker.Sample/Definitions/FakeEntity.cs#L23
Change 'List<T>' in 'FakeEntity.ManyOf<T>(int, int)' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|