Commit a0d6eb7
authored
Add xml doc generation to Core project (#106)
* Improve XML documentation for CreativeCoders.Core APIs
- Add detailed XML summaries, parameters, and return descriptions for public methods, properties, and classes across various extension methods and utilities.
- Enhance API usability with clearer comments for reflection, collections, delegates, expressions, and generic utilities.
* Refactor: Simplify `Ensure` validation calls by removing `nameof` parameters across the codebase.
* Remove outdated C# development guidelines and update `.gitignore`
- Deleted `.github/csharp.instructions.md` as the file is no longer relevant.
- Added `.tokensave` entry to `.gitignore` for improved repository sanitation.1 parent 64e9915 commit a0d6eb7
250 files changed
Lines changed: 4753 additions & 897 deletions
File tree
- .github
- samples/NetSampleApp
- source
- AspNetCore/CreativeCoders.AspNetCore
- CodeCompilation
- CreativeCoders.CodeCompilation.Roslyn
- CreativeCoders.CodeCompilation
- Config
- CreativeCoders.Config.Sources
- Json
- CreativeCoders.Config
- Core/CreativeCoders.Core
- Caching
- Default
- Collections
- Comparing
- Dependencies
- EnsureArguments
- Extensions
- Enums
- Error
- Executing
- IO
- Messaging
- Messages
- ObjectLinking
- Converters
- Placeholders
- Reflection
- SysEnvironment
- Tasking
- Text
- Json
- Threading
- Visitors
- Weak
- Data
- CreativeCoders.Data.EfCore
- Modeling
- CreativeCoders.Data.Nhibernate
- DynamicCode/CreativeCoders.DynamicCode.Proxying
- Messaging/CreativeCoders.Messaging.DefaultMediator
- Net
- CreativeCoders.Net.Avm
- Hosts
- CreativeCoders.Net.JsonRpc/ApiBuilder
- CreativeCoders.Net.Servers.Http.AspNetCore
- CreativeCoders.Net.WebApi/Building
- CreativeCoders.Net.XmlRpc
- Client
- Model
- Proxy
- Reader
- Server
- Writer
- CreativeCoders.Net
- Http
- Auth
- Jwt
- Soap
- Request
- Response
- Reactive/CreativeCoders.Reactive.Messaging
- Scripting
- CreativeCoders.Scripting.Base/SourceCode
- CreativeCoders.Scripting.CSharp
- ClassTemplating
- SourceCodeGenerator
- SysConsole
- CreativeCoders.SysConsole.App
- MainProgram
- CreativeCoders.SysConsole.Cli.Actions
- Runtime/Middleware
- CreativeCoders.SysConsole.CliArguments
- Building
- Execution
- tests
- CreativeCoders.Core.UnitTests/EnsureArguments
- Extensions
- CreativeCoders.SysConsole.App.UnitTests/TestData
- CreativeCoders.SysConsole.Cli.Actions.UnitTests/TestData
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments